POD stubs to make coverage pass
Tomas Doran [Fri, 9 Jan 2009 02:25:50 +0000 (02:25 +0000)]
lib/Catalyst/Authentication/Credential/Password.pm
lib/Catalyst/Plugin/Authentication.pm
lib/Catalyst/Plugin/Authentication/Credential/Password.pm
lib/Catalyst/Plugin/Authentication/Store/Minimal.pm

index 9475592..a8f0c94 100644 (file)
@@ -265,6 +265,4 @@ as the first argument, and the current context as the second.
 
 =head2 check_password( )
 
-=head2 login( )
-
 =cut
index d624cae..a878fe5 100644 (file)
@@ -885,6 +885,10 @@ changed the user data and want to ensure that future requests reflect the
 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.
index cfbaf3b..ecf0be5 100644 (file)
@@ -136,4 +136,8 @@ B<DO NOT USE IT IN ANY NEW CODE!>
 
 Please see L<Catalyst::Authentication::Credential::Password> for more information.
 
+=head1 METHODS
 
+=head2 login( )
+
+=cut
index ee916dd..2343cb1 100644 (file)
@@ -62,3 +62,20 @@ B<DO NOT USE IT IN ANY NEW CODE!>
 
 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