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=28f3ab0a1b15d248888d7fc2a4af384ca7d9d400;hp=4c44d1de1499eb8ab12b2aeae2431bced6f5af28;hb=af0a93cff5b96bfce3983b6ca99efce2145d5912;hpb=195424f216666fcd768ec07b630600a809e827f7 diff --git a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod index 4c44d1d..28f3ab0 100644 --- a/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod +++ b/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod @@ -407,7 +407,7 @@ chapters of the tutorial). Create a C template file (put it in the C under the C directory that is the base of your application). Here is a simple sample: - +

This is a TT view template, called '[% template.name %]'.

@@ -442,6 +442,11 @@ using the "-r" option -- manually restart it if you aren't), and look at L in your again. You should see the template that you just made. +B If you keep the server running with "-r" in a "background +window," don't let that window get totally hidden... if you have an +syntax error in your code, the debug server output will contain the +error information. + B You will probably run into a variation of the "stash" statement above that looks like: