From: Aankhen Date: Fri, 4 May 2007 03:10:58 +0000 (+0000) Subject: Moose.pm: X-Git-Tag: 0_22~7 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d8af92ae94ab9a5f4d26021cf2c8932ed49e9209;p=gitmo%2FMoose.git Moose.pm: * POD: point to Class::MOP::Class rather than Class::MOP for method modifiers. --- diff --git a/lib/Moose.pm b/lib/Moose.pm index c1c15a1..d0ec0af 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -611,9 +611,10 @@ subtype of the old type. =item B sub { ... }> -This three items are syntactic sugar for the before, after, and around method -modifier features that L provides. More information on these may -be found in the L documentation for now. +This three items are syntactic sugar for the before, after, and around method +modifier features that L provides. More information on these may be +found in the L for now. =item B