[Catalyst-commits] r13681 - in trunk/Catalyst-Plugin-PageCache: . lib/Catalyst/Plugin

timbunce at dev.catalyst.perl.org timbunce at dev.catalyst.perl.org
Mon Nov 1 23:07:01 GMT 2010


Author: timbunce
Date: 2010-11-01 23:07:01 +0000 (Mon, 01 Nov 2010)
New Revision: 13681

Modified:
   trunk/Catalyst-Plugin-PageCache/Changes
   trunk/Catalyst-Plugin-PageCache/lib/Catalyst/Plugin/PageCache.pm
Log:
Prep for release

Modified: trunk/Catalyst-Plugin-PageCache/Changes
===================================================================
--- trunk/Catalyst-Plugin-PageCache/Changes	2010-11-01 21:01:56 UTC (rev 13680)
+++ trunk/Catalyst-Plugin-PageCache/Changes	2010-11-01 23:07:01 UTC (rev 13681)
@@ -1,6 +1,6 @@
 Revision history for Perl extension Catalyst::Plugin::PageCache
 
-0.23    XXX
+0.23    2010-11-01 21:03
         - Updated tests to use Cache::FileCache instead of the deprecated ::FileCache.
           Report and patch by Rod Taylor, RT#53304 & RT#47373.
         - Fixed t/04critic.t to not fail if Test::Perl::Critic is not installed.

Modified: trunk/Catalyst-Plugin-PageCache/lib/Catalyst/Plugin/PageCache.pm
===================================================================
--- trunk/Catalyst-Plugin-PageCache/lib/Catalyst/Plugin/PageCache.pm	2010-11-01 21:01:56 UTC (rev 13680)
+++ trunk/Catalyst-Plugin-PageCache/lib/Catalyst/Plugin/PageCache.pm	2010-11-01 23:07:01 UTC (rev 13681)
@@ -5,7 +5,7 @@
 use MRO::Compat;
 use Digest::SHA1 ();
 
-our $VERSION = '0.21';
+our $VERSION = '0.23';
 
 # Do we need to cache the current page?
 __PACKAGE__->mk_accessors('_cache_page');




More information about the Catalyst-commits mailing list