From: Matt S Trout Date: Tue, 17 Jul 2007 16:59:50 +0000 (+0000) Subject: Version update - to fix dist X-Git-Tag: v0.10009_01~57 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7a8da4b80b2fe9a1d291d35af27d00218bb6b246;p=catagits%2FCatalyst-Plugin-Authentication.git Version update - to fix dist r53922@cain (orig r6540): jayk | 2007-07-17 16:40:30 +0000 --- diff --git a/Makefile.PL b/Makefile.PL index 91ceaa0..37d4224 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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'; diff --git a/lib/Catalyst/Plugin/Authentication.pm b/lib/Catalyst/Plugin/Authentication.pm index 27478f0..dee6a2a 100644 --- a/lib/Catalyst/Plugin/Authentication.pm +++ b/lib/Catalyst/Plugin/Authentication.pm @@ -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 ) = @_;