pre-0.02 commit
[catagits/Web-Session.git] / lib / Plack / Session / Store / File.pm
index 0e5918d..0d13ddf 100644 (file)
@@ -2,6 +2,9 @@ package Plack::Session::Store::File;
 use strict;
 use warnings;
 
+our $VERSION   = '0.02';
+our $AUTHORITY = 'cpan:STEVAN';
+
 use Storable ();
 
 use parent 'Plack::Session::Store';