[Catalyst-commits] r10991 - Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual

dandv at dev.catalyst.perl.org dandv at dev.catalyst.perl.org
Mon Jul 27 02:39:08 GMT 2009


Author: dandv
Date: 2009-07-27 02:39:07 +0000 (Mon, 27 Jul 2009)
New Revision: 10991

Modified:
   Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/CatalystAndMoose.pod
Log:
hyperlinked with() to point to Moose/with

Modified: Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/CatalystAndMoose.pod
===================================================================
--- Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/CatalystAndMoose.pod	2009-07-26 14:13:57 UTC (rev 10990)
+++ Catalyst-Manual/5.80/trunk/lib/Catalyst/Manual/CatalystAndMoose.pod	2009-07-27 02:39:07 UTC (rev 10991)
@@ -42,7 +42,7 @@
 
 You should also be aware, that roles in C<< $c-E<gt>setup >> are applied
 after the last plugin with all the benefits of using a single
-C<< with() >> statement in an ordinary L<Moose> class.
+L<with()|Moose/"with (@roles)"> statement in an ordinary L<Moose> class.
 
 Your class is automatically made immutable at the end of the current file.
 




More information about the Catalyst-commits mailing list