X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FPlugin%2FCache.pm;h=bc2b7b6bd8f24f0c2a7e8307cddbdd80dfe4d57e;hb=f5989257194519aa99d35e83c88a556cf023f3fc;hp=e79d086614f1aa5129d507cd2ef3db5e3a3f6af0;hpb=887cc08f06d6f3e89f22f693726c84c80f131423;p=catagits%2FCatalyst-Plugin-Cache.git 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 ();