From: Kennedy Clark Date: Wed, 17 Feb 2010 17:34:44 +0000 (+0000) Subject: Add note about looking for compile errors in the "server -r" window X-Git-Tag: v5.8005~32 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=af0a93cff5b96bfce3983b6ca99efce2145d5912 Add note about looking for compile errors in the "server -r" window --- 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: