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

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Fri May 23 13:42:24 BST 2008


Author: bricas
Date: 2008-05-23 13:42:23 +0100 (Fri, 23 May 2008)
New Revision: 7774

Modified:
   trunk/Catalyst-Plugin-Authentication/Changes
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Realm.pm
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
Log:
pod update (RT #36062). VERSION fix.

Modified: trunk/Catalyst-Plugin-Authentication/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Changes	2008-05-22 17:50:04 UTC (rev 7773)
+++ trunk/Catalyst-Plugin-Authentication/Changes	2008-05-23 12:42:23 UTC (rev 7774)
@@ -1,10 +1,11 @@
 Revision history for Perl extension Catalyst::Plugin::Authentication
 
-0.11007 2008-03-17
+0.10007 2008-03-17
         - Documentation update on Password - to indicate proper field naming
         - Decouple Authentication system from session.  The realm class
           now allows complete control over how a user is persisted across
           requests.
+        - pod fix (RT #36062)
 
 0.10006 2008-02-15
         - Additional documentation for Realms

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Realm.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Realm.pm	2008-05-22 17:50:04 UTC (rev 7773)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Realm.pm	2008-05-23 12:42:23 UTC (rev 7774)
@@ -292,7 +292,7 @@
 realm class simply delegates this to the credential and sets 
 the authenticated user on success.  Returns the authenticated user object;
 
-=head save_user_in_session($c, $user)
+=head2 save_user_in_session($c, $user)
 
 Used to save the user in a session. Saves $user in the current session, 
 marked as originating in the current realm.  Calls $store->for_session() by 

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2008-05-22 17:50:04 UTC (rev 7773)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2008-05-23 12:42:23 UTC (rev 7774)
@@ -14,7 +14,7 @@
 use Catalyst::Authentication::Realm;
 
 
-our $VERSION = "0.11000";
+our $VERSION = "0.10007";
 
 sub set_authenticated {
     my ( $c, $user, $realmname ) = @_;




More information about the Catalyst-commits mailing list