[Catalyst-commits] r6540 - in
branches/Catalyst-Plugin-Authentication: . lib/Catalyst/Plugin
jayk at dev.catalyst.perl.org
jayk at dev.catalyst.perl.org
Tue Jul 17 17:40:31 GMT 2007
Author: jayk
Date: 2007-07-17 17:40:30 +0100 (Tue, 17 Jul 2007)
New Revision: 6540
Modified:
branches/Catalyst-Plugin-Authentication/Makefile.PL
branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
Version update - to fix dist
Modified: branches/Catalyst-Plugin-Authentication/Makefile.PL
===================================================================
--- branches/Catalyst-Plugin-Authentication/Makefile.PL 2007-07-17 11:17:25 UTC (rev 6539)
+++ branches/Catalyst-Plugin-Authentication/Makefile.PL 2007-07-17 16:40:30 UTC (rev 6540)
@@ -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';
Modified: branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2007-07-17 11:17:25 UTC (rev 6539)
+++ branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2007-07-17 16:40:30 UTC (rev 6540)
@@ -21,7 +21,7 @@
# constant->import(have_want => eval { require Want });
#}
-our $VERSION = "0.10000";
+our $VERSION = "0.10001";
sub set_authenticated {
my ( $c, $user, $realmname ) = @_;
More information about the Catalyst-commits
mailing list