Re: [RDBO] Catalyst::Plugin::Session::Store::DBI

2007-03-15 Thread John Siracusa
On 3/15/07 9:14 AM, Peter Karman wrote: The latest (0.09) CPAN version of this Catalyst plugin now contains support for RDBO. You can specify a RDBO class name as the 'dbi_dbh' config param, and it will return the dbh like: My::RDBO::Session-new-dbh Shouldn't that be this instead?

Re: [RDBO] Catalyst::Plugin::Session::Store::DBI

2007-03-15 Thread Peter Karman
John Siracusa scribbled on 3/15/07 8:48 AM: On 3/15/07 9:14 AM, Peter Karman wrote: The latest (0.09) CPAN version of this Catalyst plugin now contains support for RDBO. You can specify a RDBO class name as the 'dbi_dbh' config param, and it will return the dbh like: