[Catalyst-commits] r6591 -
trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin
jayk at dev.catalyst.perl.org
jayk at dev.catalyst.perl.org
Sun Jul 22 04:31:37 GMT 2007
Author: jayk
Date: 2007-07-22 04:31:35 +0100 (Sun, 22 Jul 2007)
New Revision: 6591
Modified:
trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
Updating version for maintenance release.
thanks to waswas for helping track this odd error down.
Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2007-07-22 03:22:06 UTC (rev 6590)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm 2007-07-22 03:31:35 UTC (rev 6591)
@@ -21,7 +21,7 @@
# constant->import(have_want => eval { require Want });
#}
-our $VERSION = "0.10001";
+our $VERSION = "0.10002";
sub set_authenticated {
my ( $c, $user, $realmname ) = @_;
More information about the Catalyst-commits
mailing list