Version 0.10016. v0.10016
Florian Ragwitz [Fri, 22 Jan 2010 21:50:55 +0000 (21:50 +0000)]
lib/Catalyst/Plugin/Authentication.pm

index 07e33b3..a14b7ed 100644 (file)
@@ -12,7 +12,7 @@ use Tie::RefHash;
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10015";
+our $VERSION = "0.10016";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;