From: Tomas Doran Date: Tue, 13 Mar 2012 22:54:28 +0000 (+0000) Subject: Version 0.11 X-Git-Tag: 0.11^0 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Cache.git;a=commitdiff_plain;h=33541210dab7244a00a7b884e7e52cf2995750d5 Version 0.11 --- diff --git a/Changes b/Changes index 78b0e91..bce41b0 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,4 @@ +0.11 - Convert repository to git (fREW Schmidt) - Depend on Catalyst 5.8 and so lose un-declared dependencies on Class::Data::Inheritable and Class::Accessor::Fast. diff --git a/lib/Catalyst/Plugin/Cache.pm b/lib/Catalyst/Plugin/Cache.pm index c46a5e2..a4921c7 100644 --- a/lib/Catalyst/Plugin/Cache.pm +++ b/lib/Catalyst/Plugin/Cache.pm @@ -5,7 +5,7 @@ use Moose; with 'Catalyst::ClassData'; -our $VERSION = "0.10"; +our $VERSION = "0.11"; use Scalar::Util (); use Catalyst::Utils ();