Get headings right, castaway++
Tomas Doran [Fri, 11 May 2012 08:45:22 +0000 (09:45 +0100)]
lib/Catalyst/Plugin/Authentication/Internals.pod

index 6ca50c7..9649cd8 100644 (file)
@@ -271,11 +271,11 @@ be able to function without an instantiated user object.
 If you want your store to be able to auto- create users, then you can
 implement these methods:
 
-=head24 auto_update_user( $authinfo, $c, $res )
+=head4 auto_update_user( $authinfo, $c, $res )
 
 This method is called if the realm's auto_update_user setting is true.
 
-=head2 auto_create_user( $authinfo, $c )
+=head4 auto_create_user( $authinfo, $c )
 
 This method is called if the realm's auto_create_user setting is true.