[Catalyst-commits] r6504 - in trunk/Catalyst-Plugin-Cache: .
lib/Catalyst/Plugin
nothingmuch at dev.catalyst.perl.org
nothingmuch at dev.catalyst.perl.org
Thu Jul 5 20:41:02 GMT 2007
Author: nothingmuch
Date: 2007-07-05 20:41:01 +0100 (Thu, 05 Jul 2007)
New Revision: 6504
Modified:
trunk/Catalyst-Plugin-Cache/Changes
trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
Log:
foo
Modified: trunk/Catalyst-Plugin-Cache/Changes
===================================================================
--- trunk/Catalyst-Plugin-Cache/Changes 2007-07-04 20:53:25 UTC (rev 6503)
+++ trunk/Catalyst-Plugin-Cache/Changes 2007-07-05 19:41:01 UTC (rev 6504)
@@ -1,3 +1,6 @@
+0.03
+ - Be more compatible with ->set() convention of passing expiry
+
0.02
- Pass around a hash ref instead of a list of kvp.
Modified: trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm
===================================================================
--- trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2007-07-04 20:53:25 UTC (rev 6503)
+++ trunk/Catalyst-Plugin-Cache/lib/Catalyst/Plugin/Cache.pm 2007-07-05 19:41:01 UTC (rev 6504)
@@ -6,7 +6,7 @@
use strict;
use warnings;
-our $VERSION = "0.02";
+our $VERSION = "0.03";
use Scalar::Util ();
use Catalyst::Utils ();
More information about the Catalyst-commits
mailing list