[Catalyst-commits] r9982 - in
trunk/Catalyst-Plugin-Session-Store-FastMmap: .
lib/Catalyst/Plugin/Session/Store
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Fri May 1 22:57:02 GMT 2009
Author: t0m
Date: 2009-05-01 22:57:01 +0000 (Fri, 01 May 2009)
New Revision: 9982
Added:
trunk/Catalyst-Plugin-Session-Store-FastMmap/.shipit
Removed:
trunk/Catalyst-Plugin-Session-Store-FastMmap/MANIFEST
Modified:
trunk/Catalyst-Plugin-Session-Store-FastMmap/
trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
trunk/Catalyst-Plugin-Session-Store-FastMmap/MANIFEST.SKIP
trunk/Catalyst-Plugin-Session-Store-FastMmap/Makefile.PL
trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm
Log:
Checking in changes prior to tagging of version 0.08. Changelog diff is:
Index: Changes
===================================================================
--- Changes (revision 9670)
+++ Changes (working copy)
@@ -1,3 +1,6 @@
+0.08 01 May 2009
+ - Bump Cache::FastMmap requirement to 1.29 to fix RT#45210
+
0.07 30 Mar 2009
- Port from NEXT to MRO::Compat.
Property changes on: trunk/Catalyst-Plugin-Session-Store-FastMmap
___________________________________________________________________
Name: svn:ignore
+ MANIFEST.bak
Makefile
Makefile.old
blib
pm_to_blib
MANIFEST
inc
Added: trunk/Catalyst-Plugin-Session-Store-FastMmap/.shipit
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/.shipit (rev 0)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/.shipit 2009-05-01 22:57:01 UTC (rev 9982)
@@ -0,0 +1,5 @@
+# auto-generated shipit config file.
+steps = FindVersion, ChangeVersion, CheckChangeLog, DistTest, Commit, Tag, MakeDist, UploadCPAN
+
+svn.tagpattern = http://dev.catalyst.perl.org/repos/Catalyst/tags/Catalyst-Plugin-Session-Store-FastMmap/%v
+CheckChangeLog.files = Changes
Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes 2009-05-01 22:55:50 UTC (rev 9981)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/Changes 2009-05-01 22:57:01 UTC (rev 9982)
@@ -1,3 +1,6 @@
+0.08 01 May 2009
+ - Bump Cache::FastMmap requirement to 1.29 to fix RT#45210
+
0.07 30 Mar 2009
- Port from NEXT to MRO::Compat.
Deleted: trunk/Catalyst-Plugin-Session-Store-FastMmap/MANIFEST
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/MANIFEST 2009-05-01 22:55:50 UTC (rev 9981)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/MANIFEST 2009-05-01 22:57:01 UTC (rev 9982)
@@ -1,10 +0,0 @@
-Changes
-lib/Catalyst/Plugin/Session/Store/FastMmap.pm
-Makefile.PL
-MANIFEST This list of files
-META.yml
-README
-t/01use.t
-t/02pod.t
-t/03podcoverage.t
-t/basic.t
Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/MANIFEST.SKIP 2009-05-01 22:55:50 UTC (rev 9981)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/MANIFEST.SKIP 2009-05-01 22:57:01 UTC (rev 9982)
@@ -26,5 +26,7 @@
\b\.#
^..*\.sw[po]$
+\.shipit$
+
# prereq tests may fail due to optionals
99_prereq\.t$
Modified: trunk/Catalyst-Plugin-Session-Store-FastMmap/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Session-Store-FastMmap/Makefile.PL 2009-05-01 22:55:50 UTC (rev 9981)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/Makefile.PL 2009-05-01 22:57:01 UTC (rev 9982)
@@ -4,7 +4,7 @@
'NAME' => 'Catalyst::Plugin::Session::Store::FastMmap',
'VERSION_FROM' => 'lib/Catalyst/Plugin/Session/Store/FastMmap.pm',
'PREREQ_PM' => {
- 'Cache::FastMmap' => '1.13',
+ 'Cache::FastMmap' => '1.29',
'Catalyst::Plugin::Session' => '0.09',
'File::Spec' => '0',
'File::Temp' => '0',
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-01 22:55:50 UTC (rev 9981)
+++ trunk/Catalyst-Plugin-Session-Store-FastMmap/lib/Catalyst/Plugin/Session/Store/FastMmap.pm 2009-05-01 22:57:01 UTC (rev 9982)
@@ -16,7 +16,7 @@
use File::Spec ();
use Catalyst::Utils ();
-our $VERSION = '0.07';
+our $VERSION = '0.08';
__PACKAGE__->mk_classdata(qw/_session_fastmmap_storage/);
More information about the Catalyst-commits
mailing list