[Catalyst-commits] r12924 -
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial
hkclark at dev.catalyst.perl.org
hkclark at dev.catalyst.perl.org
Wed Feb 17 17:34:44 GMT 2010
Author: hkclark
Date: 2010-02-17 17:34:44 +0000 (Wed, 17 Feb 2010)
New Revision: 12924
Modified:
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod
Log:
Add note about looking for compile errors in the "server -r" window
Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod 2010-02-17 17:33:36 UTC (rev 12923)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod 2010-02-17 17:34:44 UTC (rev 12924)
@@ -407,7 +407,7 @@
Create a C<root/hello.tt> template file (put it in the C<root> under
the C<Hello> directory that is the base of your application). Here is
a simple sample:
-
+
<p>
This is a TT view template, called '[% template.name %]'.
</p>
@@ -442,6 +442,11 @@
and look at L<http://localhost:3000/hello> in your again. You
should see the template that you just made.
+B<TIP:> 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<Note:> You will probably run into a variation of the "stash"
statement above that looks like:
More information about the Catalyst-commits
mailing list