From: Yuval Kogman Date: Sun, 27 Jan 2008 03:47:36 +0000 (+0000) Subject: changelog and version bump X-Git-Tag: v0.05^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Cache.git;a=commitdiff_plain;h=204b2b54f823e7a4ca8c0038a28432d78693bef8 changelog and version bump --- diff --git a/Changes b/Changes index f8e1c93..a1dd2f6 100644 --- a/Changes +++ b/Changes @@ -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 diff --git a/lib/Catalyst/Plugin/Cache.pm b/lib/Catalyst/Plugin/Cache.pm index 84d7538..ed606c5 100644 --- a/lib/Catalyst/Plugin/Cache.pm +++ b/lib/Catalyst/Plugin/Cache.pm @@ -6,7 +6,7 @@ use base qw(Class::Accessor::Fast Class::Data::Inheritable); use strict; use warnings; -our $VERSION = "0.04"; +our $VERSION = "0.05"; use Scalar::Util (); use Catalyst::Utils ();