X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore%2FCache.pm;h=90189507b95e6cce259a89e0ae1a95623fa28913;hb=000c696ed6b3a6441beaa1e9c531aaeff7490ffb;hp=77f2c41f295bf32883467890ac98206222538572;hpb=9dcca820988aab7409efc79baf34bb5d8f05bc63;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/Cache.pm b/lib/Plack/Session/Store/Cache.pm index 77f2c41..9018950 100644 --- a/lib/Plack/Session/Store/Cache.pm +++ b/lib/Plack/Session/Store/Cache.pm @@ -2,7 +2,7 @@ package Plack::Session::Store::Cache; use strict; use warnings; -our $VERSION = '0.02'; +our $VERSION = '0.03'; our $AUTHORITY = 'cpan:STEVAN'; use Scalar::Util qw[ blessed ];