[Catalyst-commits] r10001 - in
trunk/Catalyst-Plugin-Session-Store-FastMmap: .
lib/Catalyst/Plugin/Session/Store
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Mon May 4 16:07:18 GMT 2009
Author: t0m
Date: 2009-05-04 16:07:17 +0000 (Mon, 04 May 2009)
New Revision: 10001
Modified:
trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Log:
Checking in changes prior to tagging of version 0.09. Changelog diff is:
Index: Changes
===================================================================
--- Changes (revision 10000)
+++ Changes (working copy)
@@ -1,8 +1,7 @@
-0.09 unreleased
+0.09 04 May 2009
- remove Win32 hack since Cache::FastMmap 1.29 supports Win32.
see https://rt.cpan.org/Ticket/Display.html?id=45642
-
0.08 01 May 2009
- Bump Cache::FastMmap requirement to 1.29 to fix RT#45210
Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes 2009-05-04 13:48:45 UTC (rev 10000)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes 2009-05-04 16:07:17 UTC (rev 10001)
@@ -1,8 +1,7 @@
-0.09 unreleased
+0.09 04 May 2009
- remove Win32 hack since Cache::FastMmap 1.29 supports Win32.
see https://rt.cpan.org/Ticket/Display.html?id=45642
-
0.08 01 May 2009
- Bump Cache::FastMmap requirement to 1.29 to fix RT#45210
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-05-04 13:48:45 UTC (rev 10000)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm 2009-05-04 16:07:17 UTC (rev 10001)
@@ -7,6 +7,7 @@
Catalyst::Plugin::Session::Store/;
use MRO::Compat;
+
use Cache::FastMmap;
use Path::Class ();
use File::Spec ();
More information about the Catalyst-commits
mailing list