X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore%2FFile.pm;fp=lib%2FPlack%2FSession%2FStore%2FFile.pm;h=2b7a660296b290ee50602b240948036c839d8659;hb=983d87ddaca365aa9c57a973fa3a81fc8470f948;hp=a74e82af3a8ade5807370c02e174fdd15bcaa06f;hpb=c42534a7c85252df0dd2068f13511a44ca7c2259;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/File.pm b/lib/Plack/Session/Store/File.pm index a74e82a..2b7a660 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_02'; +our $VERSION = '0.09_03'; our $AUTHORITY = 'cpan:STEVAN'; use Storable ();