fixed a nasty bug in compat mode with store::minimal. From the comments left in ...
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
index 8b29d0b..ba2afad 100644 (file)
@@ -14,7 +14,7 @@ use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
 
-our $VERSION = "0.10007";
+our $VERSION = "0.10007_01";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;