X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FPlack%2FSession%2FStore.pm;h=0f87ce6c4c2ee7e3b1a00ffaac611a07e0ceda39;hb=9dcca820988aab7409efc79baf34bb5d8f05bc63;hp=32ee737b20684c2d2e53033bd2e02531c60703b1;hpb=74e0eff08e280c17df453273d05acc3065365de3;p=catagits%2FWeb-Session.git diff --git a/lib/Plack/Session/Store.pm b/lib/Plack/Session/Store.pm index 32ee737..0f87ce6 100644 --- a/lib/Plack/Session/Store.pm +++ b/lib/Plack/Session/Store.pm @@ -2,6 +2,9 @@ package Plack::Session::Store; use strict; use warnings; +our $VERSION = '0.02'; +our $AUTHORITY = 'cpan:STEVAN'; + use Plack::Util::Accessor qw[ _stash ]; sub new {