[Catalyst-commits] r11598 -
Catalyst-Plugin-Session-Store-DBI/trunk/t/lib
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Sat Oct 17 17:12:06 GMT 2009
Author: rafl
Date: 2009-10-17 17:12:05 +0000 (Sat, 17 Oct 2009)
New Revision: 11598
Modified:
Catalyst-Plugin-Session-Store-DBI/trunk/t/lib/TestAppDBICSchema.pm
Log:
A model name is not a class name.
Modified: Catalyst-Plugin-Session-Store-DBI/trunk/t/lib/TestAppDBICSchema.pm
===================================================================
--- Catalyst-Plugin-Session-Store-DBI/trunk/t/lib/TestAppDBICSchema.pm 2009-10-17 17:06:06 UTC (rev 11597)
+++ Catalyst-Plugin-Session-Store-DBI/trunk/t/lib/TestAppDBICSchema.pm 2009-10-17 17:12:05 UTC (rev 11598)
@@ -10,7 +10,7 @@
name => __PACKAGE__,
'Plugin::Session' => {
expires => 3600,
- dbi_dbh => 'TestAppDBICSchema::Model::DBIC',
+ dbi_dbh => 'DBIC',
}
);
More information about the Catalyst-commits
mailing list