Updating version for maintenance release.
Jay Kuri [Sun, 22 Jul 2007 03:31:35 +0000 (03:31 +0000)]
thanks to waswas for helping track this odd error down.

lib/Catalyst/Plugin/Authentication.pm

index 2b81662..7ca79ec 100644 (file)
@@ -21,7 +21,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.10001";
+our $VERSION = "0.10002";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;