From: Tomas Doran Date: Fri, 11 May 2012 08:45:22 +0000 (+0100) Subject: Get headings right, castaway++ X-Git-Tag: 0.10021~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Plugin-Authentication.git;a=commitdiff_plain;h=fd9de2d9f9a3fc6fec683c095667835310c5f270 Get headings right, castaway++ --- diff --git a/lib/Catalyst/Plugin/Authentication/Internals.pod b/lib/Catalyst/Plugin/Authentication/Internals.pod index 6ca50c7..9649cd8 100644 --- a/lib/Catalyst/Plugin/Authentication/Internals.pod +++ b/lib/Catalyst/Plugin/Authentication/Internals.pod @@ -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.