pod fix (RT #36063)
Brian Cassidy [Fri, 23 May 2008 12:46:43 +0000 (12:46 +0000)]
Changes
lib/Catalyst/Plugin/Authentication/Internals.pod

diff --git a/Changes b/Changes
index dbc5b74..2f5d099 100644 (file)
--- a/Changes
+++ b/Changes
@@ -5,7 +5,7 @@ Revision history for Perl extension Catalyst::Plugin::Authentication
         - 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
index ce2e525..5106094 100644 (file)
@@ -45,6 +45,7 @@ B<Initialization>
 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 @@ it and/or modify it under the same terms as Perl itself.
 
 =cut
 
\ No newline at end of file