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

dwc at dev.catalyst.perl.org dwc at dev.catalyst.perl.org
Wed Sep 24 22:33:57 BST 2008


Author: dwc
Date: 2008-09-24 22:33:56 +0100 (Wed, 24 Sep 2008)
New Revision: 8445

Modified:
   trunk/Catalyst-Plugin-Session-Store-DBIC/Changes
   trunk/Catalyst-Plugin-Session-Store-DBIC/Makefile.PL
Log:
Preparing for release

Modified: trunk/Catalyst-Plugin-Session-Store-DBIC/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-DBIC/Changes	2008-09-24 16:44:46 UTC (rev 8444)
+++ trunk/Catalyst-Plugin-Session-Store-DBIC/Changes	2008-09-24 21:33:56 UTC (rev 8445)
@@ -1,6 +1,6 @@
 Revision history for Catalyst-Plugin-Session-Store-DBIC
 
-0.07
+0.07  Wed Sep 24 17:08:34 EDT 2008
         - Code was silently truncating storage to MySQL, rendering the
           session unreadable. Patched to check DBIx::Class size from
           column_info (if available)

Modified: trunk/Catalyst-Plugin-Session-Store-DBIC/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-DBIC/Makefile.PL	2008-09-24 16:44:46 UTC (rev 8444)
+++ trunk/Catalyst-Plugin-Session-Store-DBIC/Makefile.PL	2008-09-24 21:33:56 UTC (rev 8445)
@@ -16,9 +16,9 @@
         'DBIx::Class'                                => '0.07000',  # For find with unique constraints
         'MIME::Base64'                               => 0,
         'NEXT'                                       => 0,
+        'Scalar::Util'                               => 0,
         'Storable'                                   => 0,
         'FindBin'                                    => 0,
-        'Scalar::Util'                               => 0,
         'Test::More'                                 => 0,
         'Test::Warn'                                 => 0,
     },




More information about the Catalyst-commits mailing list