[Catalyst-commits] r12717 - Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin

rafl at dev.catalyst.perl.org rafl at dev.catalyst.perl.org
Fri Jan 22 21:50:55 GMT 2010


Author: rafl
Date: 2010-01-22 21:50:55 +0000 (Fri, 22 Jan 2010)
New Revision: 12717

Modified:
   Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
Log:
Version 0.10016.

Modified: Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm	2010-01-22 21:50:49 UTC (rev 12716)
+++ Catalyst-Plugin-Authentication/0.10000/trunk/lib/Catalyst/Plugin/Authentication.pm	2010-01-22 21:50:55 UTC (rev 12717)
@@ -12,7 +12,7 @@
 use Class::Inspector;
 use Catalyst::Authentication::Realm;
 
-our $VERSION = "0.10015";
+our $VERSION = "0.10016";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;




More information about the Catalyst-commits mailing list