[Catalyst-commits] r13373 -
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial
zarquon at dev.catalyst.perl.org
zarquon at dev.catalyst.perl.org
Wed Jun 30 01:18:48 GMT 2010
Author: zarquon
Date: 2010-06-30 02:18:48 +0100 (Wed, 30 Jun 2010)
New Revision: 13373
Modified:
Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod
Log:
minor ambiguity report, thanks asarch
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-06-29 14:06:15 UTC (rev 13372)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/Tutorial/02_CatalystBasics.pod 2010-06-30 01:18:48 UTC (rev 13373)
@@ -319,6 +319,10 @@
$c->response->body("Hello, World!");
}
+Once you restart the server, you will need to use the new address
+L<http://localhost:3000/hello> instead of L<http://localhost:3000/> to see the
+changes.
+
B<TIP>: See Appendix 1 for tips on removing the leading spaces when
cutting and pasting example code from POD-based documents.
More information about the Catalyst-commits
mailing list