From: Yuval Kogman Date: Fri, 15 Sep 2006 15:07:06 +0000 (+0000) Subject: v ersion bump and changelog for C::P::Cache X-Git-Tag: v0.02~2 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f5989257194519aa99d35e83c88a556cf023f3fc;hp=887cc08f06d6f3e89f22f693726c84c80f131423;p=catagits%2FCatalyst-Plugin-Cache.git v ersion bump and changelog for C::P::Cache --- diff --git a/Changes b/Changes new file mode 100644 index 0000000..ca7d8b4 --- /dev/null +++ b/Changes @@ -0,0 +1,5 @@ +0.02 + - Pass around a hash ref instead of a list of kvp. + +0.01 + - Initial release diff --git a/lib/Catalyst/Plugin/Cache.pm b/lib/Catalyst/Plugin/Cache.pm index e79d086..bc2b7b6 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.01"; +our $VERSION = "0.02"; use Scalar::Util (); use Catalyst::Utils ();