[Catalyst-commits] r9274 - in trunk/Catalyst-Plugin-Cache: .
lib/Catalyst/Plugin
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Tue Feb 10 09:53:50 GMT 2009
Author: t0m
Date: 2009-02-10 09:53:49 +0000 (Tue, 10 Feb 2009)
New Revision: 9274
Added:
trunk/Catalyst-Plugin-Cache/.shipit
Modified:
trunk/Catalyst-Plugin-Cache/
trunk/Catalyst-Plugin-Cache/Changes
trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP
trunk/Catalyst-Plugin-Cache/Makefile.PL
trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
Log:
Checking in changes prior to tagging of version 0.08. Changelog diff is:
Index: Changes
===================================================================
--- Changes (revision 9258)
+++ Changes (working copy)
@@ -1,3 +1,6 @@
+0.08
+ - Forgot to add MRO::Compat to Makefile.PL, fail.
+
0.07
- Switch from NEXT to MRO::Compat.
- Change config key from 'cache' to 'Plugin::Cache', old key
Property changes on: trunk/Catalyst-Plugin-Cache
___________________________________________________________________
Name: svn:ignore
+ MANIFEST
MANIFEST.bak
Added: trunk/Catalyst-Plugin-Cache/.shipit
===================================================================
--- trunk/Catalyst-Plugin-Cache/.shipit (rev 0)
+++ trunk/Catalyst-Plugin-Cache/.shipit 2009-02-10 09:53:49 UTC (rev 9274)
@@ -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-Cache/%v
+CheckChangeLog.files = Changes
Modified: trunk/Catalyst-Plugin-Cache/Changes
===================================================================
--- trunk/Catalyst-Plugin-Cache/Changes 2009-02-10 04:44:00 UTC (rev 9273)
+++ trunk/Catalyst-Plugin-Cache/Changes 2009-02-10 09:53:49 UTC (rev 9274)
@@ -1,3 +1,6 @@
+0.08
+ - Forgot to add MRO::Compat to Makefile.PL, fail.
+
0.07
- Switch from NEXT to MRO::Compat.
- Change config key from 'cache' to 'Plugin::Cache', old key
Modified: trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP 2009-02-10 04:44:00 UTC (rev 9273)
+++ trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP 2009-02-10 09:53:49 UTC (rev 9274)
@@ -27,3 +27,5 @@
# Hate M::B
\bBuild.PL$
+
+^.shipit$
Modified: trunk/Catalyst-Plugin-Cache/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Cache/Makefile.PL 2009-02-10 04:44:00 UTC (rev 9273)
+++ trunk/Catalyst-Plugin-Cache/Makefile.PL 2009-02-10 09:53:49 UTC (rev 9274)
@@ -9,6 +9,7 @@
'Test::Deep' => 0,
'Test::Exception' => 0,
'Test::More' => 0,
+ 'MRO::Compat' => 0,
'ok' => 0,
},
'INSTALLDIRS' => 'site',
Modified: trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2009-02-10 04:44:00 UTC (rev 9273)
+++ trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2009-02-10 09:53:49 UTC (rev 9274)
@@ -6,7 +6,7 @@
use strict;
use warnings;
-our $VERSION = "0.07";
+our $VERSION = "0.08";
use Scalar::Util ();
use Catalyst::Utils ();
More information about the Catalyst-commits
mailing list