pre-0.02 commit
[catagits/Web-Session.git] / lib / Plack / Session / Store.pm
index 32ee737..0f87ce6 100644 (file)
@@ -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 {