
lucs at pobox
Aug 26, 2008, 4:58 AM
Views: 691
Permalink
|
|
Catalyst::Manual::Intro documentation patch
|
|
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 _______________________________________________ Catalyst-dev mailing list Catalyst-dev[at]lists.scsys.co.uk http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
|