X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore%2FNull.pm;h=a68193bc0fe252a133056cc9d56117f392e2fab7;hb=98f62fd71971d0b21a90f840ef52ec7907432cf5;hp=968b3f0c4216ccc98488a7c04efc454757be5908;hpb=8e447333d0425330038570ab0462406fc2e94286;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/Null.pm b/lib/Plack/Session/Store/Null.pm index 968b3f0..a68193b 100644 --- a/lib/Plack/Session/Store/Null.pm +++ b/lib/Plack/Session/Store/Null.pm @@ -2,7 +2,7 @@ package Plack::Session::Store::Null; use strict; use warnings; -our $VERSION = '0.09_01'; +our $VERSION = '0.09_02'; our $AUTHORITY = 'cpan:STEVAN'; sub new { bless {} => shift }