X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FTutorial%2F02_CatalystBasics.pod;h=c263c4b2472f69814426f8158f92a7b02c9244a1;hp=29b4f29625e1c636767b50004412ce1266b30342;hb=89a65964372b6505f4ddf16080dbdbb2f6de1363;hpb=b6e618b83482f9ec4e6d805067a3dff7e9d3a3cb diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 29b4f29..c263c4b 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -282,7 +282,7 @@ as a "404" message or a redirect, but for now just leave it alone. The "C<$c>" here refers to the Catalyst context, which is used to access the Catalyst application. In addition to many other things, the Catalyst context provides access to "response" and "request" objects. (See -L, L, and +L, L, and L) C<$c-Eresponse-Ebody> sets the HTTP response (see @@ -520,6 +520,11 @@ your test.tt file displayed, including the name "John" that you set in the controller. +You can jump to the next chapter of the tutorial here: +L + + + =head1 AUTHORS Gerda Shank, C @@ -527,11 +532,8 @@ Kennedy Clark, C Feel free to contact the author for any errors or suggestions, but the best way to report issues is via the CPAN RT Bug system at -. - -The most recent version of the Catalyst Tutorial can be found at -L. +L. -Copyright 2006-2010, Kennedy Clark, under the +Copyright 2006-2011, Kennedy Clark, under the Creative Commons Attribution Share-Alike License Version 3.0 (L).