From: Yuval Kogman Date: Thu, 5 Jul 2007 19:41:01 +0000 (+0000) Subject: foo X-Git-Tag: v0.03^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Cache.git;a=commitdiff_plain;h=be13e4dd3a9deb24d7ebeb4bbf5bc8aa642bf429 foo --- diff --git a/Changes b/Changes index ca7d8b4..f8e1c93 100644 --- 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. diff --git a/lib/Catalyst/Plugin/Cache.pm b/lib/Catalyst/Plugin/Cache.pm index 0d6e94f..8b8fb71 100644 --- a/lib/Catalyst/Plugin/Cache.pm +++ b/lib/Catalyst/Plugin/Cache.pm @@ -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 ();