[Catalyst-commits] r10808 - trunk/Catalyst-Plugin-Session-Store-DBIC

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Tue Jul 7 11:07:47 GMT 2009


Author: rafl
Date: 2009-07-07 11:07:47 +0000 (Tue, 07 Jul 2009)
New Revision: 10808

Modified:
   trunk/Catalyst-Plugin-Session-Store-DBIC/Makefile.PL
Log:
Depend on Store::Delegate 0.04 for the NEXT -> MRO::Compat switch.

Modified: trunk/Catalyst-Plugin-Session-Store-DBIC/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-DBIC/Makefile.PL	2009-07-07 08:24:46 UTC (rev 10807)
+++ trunk/Catalyst-Plugin-Session-Store-DBIC/Makefile.PL	2009-07-07 11:07:47 UTC (rev 10808)
@@ -11,7 +11,7 @@
         'Carp'                                       => 0,
         'Catalyst'                                   => '5.65',  # For setup_finished
         'Catalyst::Exception'                        => 0,
-        'Catalyst::Plugin::Session::Store::Delegate' => '0.02',
+        'Catalyst::Plugin::Session::Store::Delegate' => '0.04',
         'Class::Accessor::Fast'                      => 0,
         'DBIx::Class'                                => '0.07000',  # For find with unique constraints
         'MIME::Base64'                               => 0,




More information about the Catalyst-commits mailing list