X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore.pm;h=e356ffe764d3a88918cbfa4fc423223cf6e99c5f;hb=f85f3f00f74bea6d4a3c1a05761e1e7ebf0f948f;hp=56179046c85432f95fcd85c076ccd9a4945fc584;hpb=4804dac361810f70fd6c930d518c227ee64c8fb9;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store.pm b/lib/Plack/Session/Store.pm index 5617904..e356ffe 100644 --- a/lib/Plack/Session/Store.pm +++ b/lib/Plack/Session/Store.pm @@ -2,7 +2,7 @@ package Plack::Session::Store; use strict; use warnings; -our $VERSION = '0.13'; +our $VERSION = '0.14'; our $AUTHORITY = 'cpan:STEVAN'; use Plack::Util::Accessor qw[ _stash ];