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=024a9f94156b216f96ef3a71c5cde425ee04b10d;hp=d098c1c4fbc9772f6fd06d76097f0288eb5c2584;hb=b6e53c1ca5bfa271bfce99e0f42a56c8fd4df4be;hpb=9c5abba4e91b19f5605d39533cdc36cdd03f72ee diff --git a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod index d098c1c..024a9f9 100644 --- a/lib/Catalyst/Manual/Tutorial/05_Authentication.pod +++ b/lib/Catalyst/Manual/Tutorial/05_Authentication.pod @@ -1,4 +1,4 @@ -head1 NAME +=head1 NAME Catalyst::Manual::Tutorial::05_Authentication - Catalyst Tutorial - Chapter 5: Authentication @@ -929,7 +929,7 @@ for C from: to: - sub list :Chained('base') :PathParth('list') :Args(0) { + sub list :Chained('base') :PathPart('list') :Args(0) { Finally, let's clean up the status/error message code in our wrapper template. Edit C and change the "content" div