[Catalyst-commits] r6514 - branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin

jayk at dev.catalyst.perl.org jayk at dev.catalyst.perl.org
Sat Jul 7 17:25:03 GMT 2007


Author: jayk
Date: 2007-07-07 17:25:02 +0100 (Sat, 07 Jul 2007)
New Revision: 6514

Modified:
   branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
bump the version



Modified: branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2007-07-07 02:22:11 UTC (rev 6513)
+++ branches/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2007-07-07 16:25:02 UTC (rev 6514)
@@ -21,7 +21,7 @@
 #	constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.09999_01";
+our $VERSION = "0.09999_02";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;




More information about the Catalyst-commits mailing list