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=aca721fd2ce70810bde7d1a14bd5057e91707acd;hb=c9cdee2320126174be4d978753b39a6d3888278f;hp=c8c1ee31e5b0b64bbccd52fb428e0339b3c94178;hpb=ea40d8684ac527fc3027ea8345a1bed11f5865ea;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/File.pm b/lib/Plack/Session/Store/File.pm index c8c1ee3..aca721f 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.12'; +our $VERSION = '0.13'; our $AUTHORITY = 'cpan:STEVAN'; use Storable ();