X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore%2FNull.pm;h=c703de4ff8d55c92b0a38f8ee5b79bc3406a1d65;hb=89d240fa692fe4bdc44c483b0d82b3d44f48e2a3;hp=ec07bdd18db036ae7d6f02f2cb7fbec779a3c032;hpb=09db067636fa8501b2695f46b8c0853ccc9db5b6;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store/Null.pm b/lib/Plack/Session/Store/Null.pm index ec07bdd..c703de4 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.11'; +our $VERSION = '0.12'; our $AUTHORITY = 'cpan:STEVAN'; sub new { bless {} => shift }