Mailing List Archive

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@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev
Re: Catalyst::Manual::Intro documentation patch [ In reply to ]
On Tue, 26 Aug 2008, Luc St-Louis wrote:

> 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:
>

Applied, thanks.

Jess


_______________________________________________
Catalyst-dev mailing list
Catalyst-dev@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst-dev