Version update - to fix dist
Matt S Trout [Tue, 17 Jul 2007 16:59:50 +0000 (16:59 +0000)]
r53922@cain (orig r6540):  jayk | 2007-07-17 16:40:30 +0000

Makefile.PL
lib/Catalyst/Plugin/Authentication.pm

index 91ceaa0..37d4224 100644 (file)
@@ -1,4 +1,4 @@
-use inc::Module::Install 0.65;
+use inc::Module::Install 0.67;
 
 name 'Catalyst-Plugin-Authentication';
 all_from 'lib/Catalyst/Plugin/Authentication.pm';
index 27478f0..dee6a2a 100644 (file)
@@ -21,7 +21,7 @@ use Class::Inspector;
 #      constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.10000";
+our $VERSION = "0.10001";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;