[Catalyst-commits] r9050 - in trunk/Catalyst-Plugin-Authentication/lib/Catalyst: Authentication/Credential Plugin Plugin/Authentication/Credential Plugin/Authentication/Store

t0m at dev.catalyst.perl.org t0m at dev.catalyst.perl.org
Fri Jan 9 02:25:50 GMT 2009


Author: t0m
Date: 2009-01-09 02:25:50 +0000 (Fri, 09 Jan 2009)
New Revision: 9050

Modified:
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/Password.pm
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Credential/Password.pm
   trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm
Log:
POD stubs to make coverage pass

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/Password.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/Password.pm	2009-01-09 02:21:05 UTC (rev 9049)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Authentication/Credential/Password.pm	2009-01-09 02:25:50 UTC (rev 9050)
@@ -265,6 +265,4 @@
 
 =head2 check_password( )
 
-=head2 login( )
-
 =cut

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Credential/Password.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Credential/Password.pm	2009-01-09 02:21:05 UTC (rev 9049)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Credential/Password.pm	2009-01-09 02:25:50 UTC (rev 9050)
@@ -136,4 +136,8 @@
 
 Please see L<Catalyst::Authentication::Credential::Password> for more information.
 
+=head1 METHODS
 
+=head2 login( )
+
+=cut

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm	2009-01-09 02:21:05 UTC (rev 9049)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication/Store/Minimal.pm	2009-01-09 02:25:50 UTC (rev 9050)
@@ -62,3 +62,20 @@
 
 Please see L<Catalyst::Authentication::Store::Minimal> for more information.
 
+=head1 METHODS
+
+=over
+
+=item find_user
+
+=item from_session
+
+=item get_user
+
+=item setup
+
+=item user_supports
+
+=back
+
+=cut

Modified: trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm
===================================================================
--- trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2009-01-09 02:21:05 UTC (rev 9049)
+++ trunk/Catalyst-Plugin-Authentication/lib/Catalyst/Plugin/Authentication.pm	2009-01-09 02:25:50 UTC (rev 9050)
@@ -885,6 +885,10 @@
 most current data.  Assumes that at the time of this call, $c->user 
 contains the most current data.
 
+=head2 find_realm_for_persisted_user()
+
+Private method, do not call from user code!
+
 =head1 INTERNAL METHODS
 
 These methods are for Catalyst::Plugin::Authentication B<INTERNAL USE> only.




More information about the Catalyst-commits mailing list