X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore%2FFile.pm;h=b93ca4cb28281e36ddf9fbf875a7683a52c29c83;hb=69c28b0edc65fe07b3a7d4180b66d6b0bfd1b204;hp=2b7a660296b290ee50602b240948036c839d8659;hpb=983d87ddaca365aa9c57a973fa3a81fc8470f948;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/File.pm b/lib/Plack/Session/Store/File.pm index 2b7a660..b93ca4c 100644 --- a/lib/Plack/Session/Store/File.pm +++ b/lib/Plack/Session/Store/File.pm @@ -2,7 +2,7 @@ package Plack::Session::Store::File; use strict; use warnings; -our $VERSION = '0.09_03'; +our $VERSION = '0.10'; our $AUTHORITY = 'cpan:STEVAN'; use Storable ();