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

nothingmuch at dev.catalyst.perl.org nothingmuch at dev.catalyst.perl.org
Mon Jul 2 00:41:52 GMT 2007


Author: nothingmuch
Date: 2007-07-02 00:41:51 +0100 (Mon, 02 Jul 2007)
New Revision: 6493

Modified:
   trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
   trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Log:
foo

Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes	2007-07-01 22:35:17 UTC (rev 6492)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes	2007-07-01 23:41:51 UTC (rev 6493)
@@ -1,4 +1,4 @@
-0.02
+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	2007-07-01 22:35:17 UTC (rev 6492)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm	2007-07-01 23:41:51 UTC (rev 6493)
@@ -16,7 +16,7 @@
 use File::Spec      ();
 use Catalyst::Utils ();
 
-our $VERSION = '0.02';
+our $VERSION = '0.03';
 
 __PACKAGE__->mk_classdata(qw/_session_fastmmap_storage/);
 




More information about the Catalyst-commits mailing list