From: Dan Dascalescu Date: Mon, 27 Jul 2009 02:39:07 +0000 (+0000) Subject: hyperlinked with() to point to Moose/with X-Git-Tag: v5.8005~113 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=catagits%2FCatalyst-Manual.git;a=commitdiff_plain;h=ad60b48b6c58a60d421aaa9caa580480c36528d8 hyperlinked with() to point to Moose/with --- diff --git a/lib/Catalyst/Manual/CatalystAndMoose.pod b/lib/Catalyst/Manual/CatalystAndMoose.pod index ea88b7a..a4a49fe 100644 --- a/lib/Catalyst/Manual/CatalystAndMoose.pod +++ b/lib/Catalyst/Manual/CatalystAndMoose.pod @@ -42,7 +42,7 @@ A Moose-ified version of the context class should look like this: You should also be aware, that roles in C<< $c-Esetup >> are applied after the last plugin with all the benefits of using a single -C<< with() >> statement in an ordinary L class. +L statement in an ordinary L class. Your class is automatically made immutable at the end of the current file.