[Catalyst-commits] r13015 - in trunk/Catalyst-Plugin-Cache: .
lib/Catalyst/Plugin
t0m at dev.catalyst.perl.org
t0m at dev.catalyst.perl.org
Sun Mar 7 20:44:47 GMT 2010
Author: t0m
Date: 2010-03-07 20:44:47 +0000 (Sun, 07 Mar 2010)
New Revision: 13015
Modified:
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.09. Changelog diff is:
Index: Changes
===================================================================
--- Changes (revision 13014)
+++ Changes (working copy)
@@ -1,3 +1,4 @@
+0.09
- Generate a warning if no config is specified, or config
is specified using the old key.
- Support the compute() method, and emulate it if the backend
Modified: trunk/Catalyst-Plugin-Cache/Changes
===================================================================
--- trunk/Catalyst-Plugin-Cache/Changes 2010-03-06 20:35:19 UTC (rev 13014)
+++ trunk/Catalyst-Plugin-Cache/Changes 2010-03-07 20:44:47 UTC (rev 13015)
@@ -1,3 +1,4 @@
+0.09
- Generate a warning if no config is specified, or config
is specified using the old key.
- Support the compute() method, and emulate it if the backend
Modified: trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP
===================================================================
--- trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP 2010-03-06 20:35:19 UTC (rev 13014)
+++ trunk/Catalyst-Plugin-Cache/MANIFEST.SKIP 2010-03-07 20:44:47 UTC (rev 13015)
@@ -1,3 +1,5 @@
+^Catalyst-Plugin-Cache
+
# Avoid version control files.
\bRCS\b
\bCVS\b
Modified: trunk/Catalyst-Plugin-Cache/Makefile.PL
===================================================================
--- trunk/Catalyst-Plugin-Cache/Makefile.PL 2010-03-06 20:35:19 UTC (rev 13014)
+++ trunk/Catalyst-Plugin-Cache/Makefile.PL 2010-03-07 20:44:47 UTC (rev 13015)
@@ -15,5 +15,4 @@
'INSTALLDIRS' => 'site',
'EXE_FILES' => [],
'PL_FILES' => {},
- 'SIGN' => 1,
);
Modified: trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2010-03-06 20:35:19 UTC (rev 13014)
+++ trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2010-03-07 20:44:47 UTC (rev 13015)
@@ -6,7 +6,7 @@
use strict;
use warnings;
-our $VERSION = "0.08";
+our $VERSION = "0.09";
use Scalar::Util ();
use Catalyst::Utils ();
More information about the Catalyst-commits
mailing list