X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Runtime.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2FAuthentication.pod;h=5919ba9fc463adacc2f300e2a08f92fa86481f6c;hp=0eac29cb070514826bedf3c89d9fb1b20a5fcb99;hb=7d310f12e2caaf8e94e8f7f94e88d46698c77fde;hpb=0d348d559a5aaa3f4ee46e4524f3e15788044c1b diff --git a/lib/Catalyst/Manual/Tutorial/Authentication.pod b/lib/Catalyst/Manual/Tutorial/Authentication.pod index 0eac29c..5919ba9 100644 --- a/lib/Catalyst/Manual/Tutorial/Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/Authentication.pod @@ -45,7 +45,7 @@ L =item 9 -L +L =back @@ -63,7 +63,7 @@ B: Note that all of the code for this part of the tutorial can be pulled from the Catalyst Subversion repository in one step with the following command: - svn checkout http://dev.catalyst.perl.org/repos/Catalyst/trunk/examples/Tutorial -r 4612 . + svn co http://dev.catalyst.perl.org/repos/Catalyst/tags/examples/Tutorial/MyApp/5.7/Authentication MyApp =head1 BASIC AUTHENTICATION @@ -421,7 +421,7 @@ created the Login controller above), and delete this line: Then update it to match: - =head2 base + =head2 index Login logic @@ -476,9 +476,10 @@ We make the match even more specific with the C<:Args(0)> action modifier -- this forces the match on I C, not C. -Next, create a corresponding method in C: +Next, update the corresponding method in C +to match: - =head2 base + =head2 index Logout logic @@ -789,7 +790,7 @@ of this module on your system: Kennedy Clark, C Please report any errors, issues or suggestions to the author. The -most recent version of the Catlayst Tutorial can be found at +most recent version of the Catalyst Tutorial can be found at L. Copyright 2006, Kennedy Clark, under Creative Commons License