[Catalyst-commits] r10809 - in trunk/Catalyst-Plugin-Session-Store-DBIC: . lib/Catalyst/Plugin/Session/Store

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


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

Modified:
   trunk/Catalyst-Plugin-Session-Store-DBIC/Changes
   trunk/Catalyst-Plugin-Session-Store-DBIC/lib/Catalyst/Plugin/Session/Store/DBIC.pm
Log:
Version 0.10.

Modified: trunk/Catalyst-Plugin-Session-Store-DBIC/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-DBIC/Changes	2009-07-07 11:07:47 UTC (rev 10808)
+++ trunk/Catalyst-Plugin-Session-Store-DBIC/Changes	2009-07-07 11:07:59 UTC (rev 10809)
@@ -1,5 +1,9 @@
 Revision history for Catalyst-Plugin-Session-Store-DBIC
 
+0.10  Tue Jul  7 13:00:27 CEST 2009
+        - Depend on a recent Store::Delegate for the NEXT -> MRO::Compat
+          switch.
+
 0.09  Wed Mar 31 16:35:52 CEST 2009
         - Port from NEXT to MRO::Compat (Florian Ragwitz).
         - Remove tests relying on the deprecated DBIx::Class::DB

Modified: trunk/Catalyst-Plugin-Session-Store-DBIC/lib/Catalyst/Plugin/Session/Store/DBIC.pm
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-DBIC/lib/Catalyst/Plugin/Session/Store/DBIC.pm	2009-07-07 11:07:47 UTC (rev 10808)
+++ trunk/Catalyst-Plugin-Session-Store-DBIC/lib/Catalyst/Plugin/Session/Store/DBIC.pm	2009-07-07 11:07:59 UTC (rev 10809)
@@ -9,7 +9,7 @@
 use MRO::Compat;
 use Storable ();
 
-our $VERSION = '0.09';
+our $VERSION = '0.10';
 
 =head1 NAME
 




More information about the Catalyst-commits mailing list