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

bricas at dev.catalyst.perl.org bricas at dev.catalyst.perl.org
Fri May 23 13:46:43 BST 2008


Author: bricas
Date: 2008-05-23 13:46:43 +0100 (Fri, 23 May 2008)
New Revision: 7775

Modified:
   trunk/Catalyst-Plugin-Authentication/Changes
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod
Log:
pod fix (RT #36063)

Modified: trunk/Catalyst-Plugin-Authentication/Changes
===================================================================
--- trunk/Catalyst-Plugin-Authentication/Changes	2008-05-23 12:42:23 UTC (rev 7774)
+++ trunk/Catalyst-Plugin-Authentication/Changes	2008-05-23 12:46:43 UTC (rev 7775)
@@ -5,7 +5,7 @@
         - Decouple Authentication system from session.  The realm class
           now allows complete control over how a user is persisted across
           requests.
-        - pod fix (RT #36062)
+        - pod fixes (RT #36062, RT #36063)
 
 0.10006 2008-02-15
         - Additional documentation for Realms

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod	2008-05-23 12:42:23 UTC (rev 7774)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Internals.pod	2008-05-23 12:46:43 UTC (rev 7775)
@@ -45,6 +45,7 @@
 B<Realm Setup> - for each realm:
 
 =over 4
+
 1) The Realm is instantiated using new() method
 
 2) The Store is instantiated using new() method
@@ -438,4 +439,3 @@
 
 =cut
 
- 
\ No newline at end of file




More information about the Catalyst-commits mailing list