[Catalyst-dev] Catalyst::Manual::Intro documentation patch

Luc St-Louis lucs at pobox.com
Tue Aug 26 12:58:38 BST 2008


Here you go:

--- Intro.pod.orig      2008-07-09 07:44:35.000000000 -0400
+++ Intro.pod   2008-08-26 07:49:52.000000000 -0400
@@ -104,7 +104,7 @@
 
 Now http://localhost:3000/hello prints "Hello World!".
 
-Note that actions with the C< :Local > attribute are equivalent to
+Note that actions with the C< :Global > attribute are equivalent to
 using a C<:Path('/action_name') > attribute (note the leading slash).
 So our action could be equivalently:
 
-- 
Luc




More information about the Catalyst-dev mailing list