X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FCache.pm;h=959c4803db225d0e28f7a9055d56da96522534e5;hb=cfeadc9984e0f13d00b679cccc875c689775c378;hp=1e14c922c585a2383458adf6d3c2b50bf0aec6d2;hpb=d18c37f312ffdc7c85351dd430fc09277dd9a9e1;p=catagits%2FCatalyst-Plugin-Cache.git diff --git a/lib/Catalyst/Plugin/Cache.pm b/lib/Catalyst/Plugin/Cache.pm index 1e14c92..959c480 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.07"; +our $VERSION = "0.08"; use Scalar::Util (); use Catalyst::Utils ();