[Catalyst-commits] r9629 - in
trunk/Catalyst-Plugin-Session-Store-FastMmap: .
lib/Catalyst/Plugin/Session/Store
rafl at dev.catalyst.perl.org
rafl at dev.catalyst.perl.org
Mon Mar 30 22:44:19 BST 2009
Author: rafl
Date: 2009-03-30 22:44:18 +0100 (Mon, 30 Mar 2009)
New Revision: 9629
Modified:
trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Log:
Version 0.07.
Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes 2009-03-30 21:44:04 UTC (rev 9628)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes 2009-03-30 21:44:18 UTC (rev 9629)
@@ -1,3 +1,6 @@
+0.07 30 Mar 2009
+ - Port from NEXT to MRO::Compat.
+
0.06 28 Jan 2009
- die when Cache::FastMmap::set() returns false value (RT #33667)
- patch from ton.voon at altinity.com to pass unlink_on_exit option
@@ -12,7 +15,7 @@
- patch for Class::C3 compatability - karman
0.03 02 Jul 2007
- - Add support for Win32 by using Cache::FastMmap::WithWin32 on MS
+ - Add support for Win32 by using Cache::FastMmap::WithWin32 on MS
platforms --Ash Berlin
0.02 01 Jan 2006
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 2009-03-30 21:44:04 UTC (rev 9628)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm 2009-03-30 21:44:18 UTC (rev 9629)
@@ -16,7 +16,7 @@
use File::Spec ();
use Catalyst::Utils ();
-our $VERSION = '0.06';
+our $VERSION = '0.07';
__PACKAGE__->mk_classdata(qw/_session_fastmmap_storage/);
More information about the Catalyst-commits
mailing list