X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore%2FFile.pm;h=3623fab9a2a698f03a3f87edfb277fb720439822;hb=91b87895a2b8a5eaf873fe79c4a86189ae25d6e4;hp=6107529e514721c85166dbce9a06d588a5ed6117;hpb=442b79a8223a0e29b95035f5f47a8b78480cf6a2;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/File.pm b/lib/Plack/Session/Store/File.pm index 6107529..3623fab 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.03'; +our $VERSION = '0.09_01'; our $AUTHORITY = 'cpan:STEVAN'; use Storable ();