[Catalyst-commits] r7362 - in trunk/Catalyst-Plugin-Session-Store-FastMmap: . lib/Catalyst/Plugin/Session/Store

karpet at dev.catalyst.perl.org karpet at dev.catalyst.perl.org
Wed Jan 9 14:38:23 GMT 2008


Author: karpet
Date: 2008-01-09 14:38:22 +0000 (Wed, 09 Jan 2008)
New Revision: 7362

Modified:
   trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
   trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Log:
prep for 0.04 release

Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes	2008-01-09 14:28:41 UTC (rev 7361)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes	2008-01-09 14:38:22 UTC (rev 7362)
@@ -1,3 +1,5 @@
+0.04    - patch for Class::C3 compatability - karman
+
 0.03
         - Add support for Win32 by using Cache::FastMmap::WithWin32 on MS 
           platforms --Ash Berlin

Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm	2008-01-09 14:28:41 UTC (rev 7361)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm	2008-01-09 14:38:22 UTC (rev 7362)
@@ -16,7 +16,7 @@
 use File::Spec      ();
 use Catalyst::Utils ();
 
-our $VERSION = '0.03';
+our $VERSION = '0.04';
 
 __PACKAGE__->mk_classdata(qw/_session_fastmmap_storage/);
 




More information about the Catalyst-commits mailing list