[Catalyst-commits] r7233 - trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin

jayk at dev.catalyst.perl.org jayk at dev.catalyst.perl.org
Wed Dec 5 06:12:12 GMT 2007


Author: jayk
Date: 2007-12-05 06:12:12 +0000 (Wed, 05 Dec 2007)
New Revision: 7233

Modified:
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
update version

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2007-12-05 06:06:30 UTC (rev 7232)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2007-12-05 06:12:12 UTC (rev 7233)
@@ -20,7 +20,7 @@
 #	constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.10003";
+our $VERSION = "0.10004";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;




More information about the Catalyst-commits mailing list