foo v0.03
Yuval Kogman [Thu, 5 Jul 2007 19:41:01 +0000 (19:41 +0000)]
Changes
lib/Catalyst/Plugin/Cache.pm

diff --git a/Changes b/Changes
index ca7d8b4..f8e1c93 100644 (file)
--- a/Changes
+++ b/Changes
@@ -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.
 
index 0d6e94f..8b8fb71 100644 (file)
@@ -6,7 +6,7 @@ use base qw/Class::Data::Inheritable Class::Accessor::Fast/;
 use strict;
 use warnings;
 
-our $VERSION = "0.02";
+our $VERSION = "0.03";
 
 use Scalar::Util ();
 use Catalyst::Utils ();