X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore%2FCache.pm;h=b50405043ffcc9692a2de078bc85401eba1f594a;hb=69c28b0edc65fe07b3a7d4180b66d6b0bfd1b204;hp=bdcf9b06aca6b64b842436cad4bf274d36707ef0;hpb=983d87ddaca365aa9c57a973fa3a81fc8470f948;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/Cache.pm b/lib/Plack/Session/Store/Cache.pm index bdcf9b0..b504050 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.09_03'; +our $VERSION = '0.10'; our $AUTHORITY = 'cpan:STEVAN'; use Scalar::Util qw[ blessed ];