[Catalyst-commits] r7412 - in trunk/Catalyst-Plugin-Cache: .
lib/Catalyst/Plugin
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Sun Jan 27 03:47:36 GMT 2008
Author: nothingmuch
Date: 2008-01-27 03:47:36 +0000 (Sun, 27 Jan 2008)
New Revision: 7412
Modified:
trunk/Catalyst-Plugin-Cache/Changes
trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
Log:
changelog and version bump
Modified: trunk/Catalyst-Plugin-Cache/Changes
===================================================================
--- trunk/Catalyst-Plugin-Cache/Changes 2008-01-27 03:46:37 UTC (rev 7411)
+++ trunk/Catalyst-Plugin-Cache/Changes 2008-01-27 03:47:36 UTC (rev 7412)
@@ -1,3 +1,9 @@
+0.05
+ - change base class order to appease Class::C3
+
+0.04
+ - ???
+
0.03
- Be more compatible with ->set() convention of passing expiry
Modified: trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2008-01-27 03:46:37 UTC (rev 7411)
+++ trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2008-01-27 03:47:36 UTC (rev 7412)
@@ -6,7 +6,7 @@
use strict;
use warnings;
-our $VERSION = "0.04";
+our $VERSION = "0.05";
use Scalar::Util ();
use Catalyst::Utils ();
More information about the Catalyst-commits
mailing list