[Catalyst-commits] r8471 - trunk/Catalyst-Authentication-Store-DBIx-Class

jayk at dev.catalyst.perl.org jayk at dev.catalyst.perl.org
Mon Sep 29 15:24:07 BST 2008


Author: jayk
Date: 2008-09-29 15:24:06 +0100 (Mon, 29 Sep 2008)
New Revision: 8471

Modified:
   trunk/Catalyst-Authentication-Store-DBIx-Class/Makefile.PL
Log:
add missing Catalyst::Model::DBIC::Schema dependency


Modified: trunk/Catalyst-Authentication-Store-DBIx-Class/Makefile.PL
===================================================================
--- trunk/Catalyst-Authentication-Store-DBIx-Class/Makefile.PL	2008-09-29 14:18:09 UTC (rev 8470)
+++ trunk/Catalyst-Authentication-Store-DBIx-Class/Makefile.PL	2008-09-29 14:24:06 UTC (rev 8471)
@@ -33,6 +33,7 @@
 requires (  'Catalyst::Runtime'                 => 0,
             'Catalyst::Plugin::Authentication'  => '0.10005',
             'DBIx::Class'                       => 0,
+			'Catalyst::Model::DBIC::Schema'		=> '0.18',
          );
 
 




More information about the Catalyst-commits mailing list