Checking in changes prior to tagging of version 0.10014. Changelog diff is:
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Plugin / Authentication.pm
index 91ac80b..8f84222 100644 (file)
@@ -12,7 +12,7 @@ use Tie::RefHash;
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10013";
+our $VERSION = "0.10014";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;