X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore.pm;h=0f87ce6c4c2ee7e3b1a00ffaac611a07e0ceda39;hb=de784fad2e2c5e7667c7691429f5144bb8484141;hp=38fc4d9f95b9ad46bf1c2f355da53b9be7319f4a;hpb=b2504d01bac753b97f7d445286417a957b740dbd;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store.pm b/lib/Plack/Session/Store.pm index 38fc4d9..0f87ce6 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.01'; +our $VERSION = '0.02'; our $AUTHORITY = 'cpan:STEVAN'; use Plack::Util::Accessor qw[ _stash ];