[Catalyst-commits] r9633 - 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 Mar 31 15:44:18 BST 2009


Author: rafl
Date: 2009-03-31 15:44:18 +0100 (Tue, 31 Mar 2009)
New Revision: 9633

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

Modified: trunk/Catalyst-Plugin-Session-Store-DBIC/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-DBIC/Changes	2009-03-31 14:38:45 UTC (rev 9632)
+++ trunk/Catalyst-Plugin-Session-Store-DBIC/Changes	2009-03-31 14:44:18 UTC (rev 9633)
@@ -1,5 +1,10 @@
 Revision history for Catalyst-Plugin-Session-Store-DBIC
 
+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
+          (Florian Ragwitz).
+
 0.08  Wed Nov 26 10:02:52 EST 2008
         - Workaround possible errors with Storable::thaw and empty
           strings (thanks to kevin montuori for suggesting a fix)

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-03-31 14:38:45 UTC (rev 9632)
+++ trunk/Catalyst-Plugin-Session-Store-DBIC/lib/Catalyst/Plugin/Session/Store/DBIC.pm	2009-03-31 14:44:18 UTC (rev 9633)
@@ -9,7 +9,7 @@
 use MRO::Compat;
 use Storable ();
 
-our $VERSION = '0.08';
+our $VERSION = '0.09';
 
 =head1 NAME
 




More information about the Catalyst-commits mailing list