in reply to Re: The Moose, dbh class attribute, mod_perl handler and a lost SQL connection
in thread The Moose, dbh class attribute, mod_perl handler and a lost SQL connection

Thank you, i think i'll use both suggestions:
sub dbh { ... return DBIx::Connector->connect($dsn,...); }
  • Comment on Re^2: The Moose, dbh class attribute, mod_perl handler and a lost SQL connection
  • Download Code