[Catalyst-commits] r7633 - in trunk/Catalyst-Plugin-PageCache: .
lib/Catalyst/Plugin
andyg at dev.catalyst.perl.org
andyg at dev.catalyst.perl.org
Fri Apr 25 16:15:49 BST 2008
Author: andyg
Date: 2008-04-25 16:15:49 +0100 (Fri, 25 Apr 2008)
New Revision: 7633
Modified:
trunk/Catalyst-Plugin-PageCache/Changes
trunk/Catalyst-Plugin-PageCache/lib/Catalyst/Plugin/PageCache.pm
Log:
Update PageCache version and Changes
Modified: trunk/Catalyst-Plugin-PageCache/Changes
===================================================================
--- trunk/Catalyst-Plugin-PageCache/Changes 2008-04-24 19:19:37 UTC (rev 7632)
+++ trunk/Catalyst-Plugin-PageCache/Changes 2008-04-25 15:15:49 UTC (rev 7633)
@@ -1,5 +1,9 @@
Revision history for Perl extension Catalyst::Plugin::PageCache
+0.18
+ - cache_hook method, run a method before returning a cached page.
+ (J. Shirley)
+
0.17 2007-07-29 22:00:00
- If using C::P::I18N, allow caching of different versions of a
single URI based on the page language. (Roberto Henríquez)
Modified: trunk/Catalyst-Plugin-PageCache/lib/Catalyst/Plugin/PageCache.pm
===================================================================
--- trunk/Catalyst-Plugin-PageCache/lib/Catalyst/Plugin/PageCache.pm 2008-04-24 19:19:37 UTC (rev 7632)
+++ trunk/Catalyst-Plugin-PageCache/lib/Catalyst/Plugin/PageCache.pm 2008-04-25 15:15:49 UTC (rev 7633)
@@ -4,7 +4,7 @@
use base qw/Class::Accessor::Fast/;
use NEXT;
-our $VERSION = '0.17';
+our $VERSION = '0.18';
# Do we need to cache the current page?
__PACKAGE__->mk_accessors('_cache_page');
More information about the Catalyst-commits
mailing list