X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F05_Authentication.pod;h=75c1482f7d68988efc99adbcda533d173b53436f;hp=adf66fcac83c760a9f32cba123a86104ce75bdf8;hb=429d1caf111575afa4c25287cc48d7ed712af327;hpb=7ce05098c9b1df9078e709e5a724e821a3b3b00d diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index adf66fc..75c1482 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -281,7 +281,7 @@ sets a reasonable set of defaults for us. (Note: the C here has nothing to do with the SimpleDB offered in Amazon's web services offerings -- here we are only talking about a "simple" way to use your DB as an authentication backend.) Open C and place the -following text above the call to C<__PACKAGE__-Esetup();>: +following text above the call to C<< __PACKAGE__->setup(); >>: # Configure SimpleDB Authentication __PACKAGE__->config( @@ -807,7 +807,7 @@ flash vs. the C query parameter: Although the sample above only shows the C div, leave the rest of the file intact -- the only change we made to replace "|| c.request.params.status_msg" with "c.flash.status_msg" in the -Cspan class="message"E> line. +C<< >> line. =head2 Try Out Flash