X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FCatalyst%2FManual%2FIntro.pod;h=85d4d22a3f0be0027cb8efafbd52fa8767e8881b;hb=df8632c6f6e84979072f5592fff7546b3bed68d0;hp=af4cb9972c97cbb2041899baa3563dc448f7a430;hpb=c42f5bbf92c28af8b37c58bba4a8a574b4bc2951;p=catagits%2FCatalyst-Runtime.git diff --git a/lib/Catalyst/Manual/Intro.pod b/lib/Catalyst/Manual/Intro.pod index af4cb99..85d4d22 100644 --- a/lib/Catalyst/Manual/Intro.pod +++ b/lib/Catalyst/Manual/Intro.pod @@ -506,7 +506,7 @@ This gives us a process() method and we can now just do $c->forward('MyApp::V::T You normally render templates at the end of a request, so it's a perfect use for the global C action. -Also, be sure to put the template under the directory specified in C<$c-Econfig-E{root}>, or you'll be forced to look at our eyecandy debug screen. ;) +Also, be sure to put the template under the directory specified in C<$c-Econfig-E{root}>, or you'll be forced to look at our eyecandy debug screen. ;) =head4 Models