[Catalyst-commits] r13277 - in trunk/Catalyst-Plugin-Cache: . lib/Catalyst/Plugin

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Thu May 20 17:43:39 GMT 2010


Author: t0m
Date: 2010-05-20 18:43:39 +0100 (Thu, 20 May 2010)
New Revision: 13277

Modified:
   trunk/Catalyst-Plugin-Cache/Changes
   trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
Log:
Version 0.10

Modified: trunk/Catalyst-Plugin-Cache/Changes
===================================================================
--- trunk/Catalyst-Plugin-Cache/Changes	2010-05-20 17:03:38 UTC (rev 13276)
+++ trunk/Catalyst-Plugin-Cache/Changes	2010-05-20 17:43:39 UTC (rev 13277)
@@ -1,3 +1,4 @@
+0.10
         - Change to Module::Install
         - Drop test dep on ok
         - Split requires and test_requires

Modified: trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm	2010-05-20 17:03:38 UTC (rev 13276)
+++ trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm	2010-05-20 17:43:39 UTC (rev 13277)
@@ -6,7 +6,7 @@
 use strict;
 use warnings;
 
-our $VERSION = "0.09";
+our $VERSION = "0.10";
 
 use Scalar::Util ();
 use Catalyst::Utils ();




More information about the Catalyst-commits mailing list