use lock_* for advisory locking
[catagits/Web-Session.git] / lib / Plack / Session / Store / Cache.pm
index 62232f8..77f2c41 100644 (file)
@@ -2,7 +2,10 @@ package Plack::Session::Store::Cache;
 use strict;
 use warnings;
 
-use Scalar::Util qw/blessed/;
+our $VERSION   = '0.02';
+our $AUTHORITY = 'cpan:STEVAN';
+
+use Scalar::Util qw[ blessed ];
 
 use parent 'Plack::Session::Store';