[Catalyst-commits] r6960 - in trunk/Catalyst-Plugin-Authentication: . lib/Catalyst/Plugin

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Fri Oct 5 19:41:09 GMT 2007


Author: bricas
Date: 2007-10-05 19:41:08 +0100 (Fri, 05 Oct 2007)
New Revision: 6960

Modified:
   trunk/Catalyst-Plugin-Authentication/Changes
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
updated changes + version

Modified: trunk/Catalyst-Plugin-Authentication/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Changes	2007-10-05 15:37:19 UTC (rev 6959)
+++ trunk/Catalyst-Plugin-Authentication/Changes	2007-10-05 18:41:08 UTC (rev 6960)
@@ -1,5 +1,8 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
+0.10003 2007-XX-XX
+        - Added a "Null" store for credentials that don't require real stores.
+
 0.10002 2007-07-22
         - $user->store() should NOT be set by C::P::Auth - if it's needed - it
           should be set by whatever module creates the user. We use realm for

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2007-10-05 15:37:19 UTC (rev 6959)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2007-10-05 18:41:08 UTC (rev 6960)
@@ -19,7 +19,7 @@
 #	constant->import(have_want => eval { require Want });
 #}
 
-our $VERSION = "0.10002";
+our $VERSION = "0.10003";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;




More information about the Catalyst-commits mailing list