From: gfx Date: Thu, 3 Dec 2009 05:04:13 +0000 (+0900) Subject: Remove mentions to Class::Method::Modifiers X-Git-Tag: 0.41~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8b13ad670938085482d4878a032b005ee403cd6f;p=gitmo%2FMouse.git Remove mentions to Class::Method::Modifiers --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 7cd88d5..b7cc594 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -252,25 +252,14 @@ Sets this class' superclasses. =head2 C<< before (method|methods) => CodeRef >> -Installs a "before" method modifier. See L or -L. - -Use of this feature requires L! +Installs a "before" method modifier. See L. =head2 C<< after (method|methods) => CodeRef >> -Installs an "after" method modifier. See L or -L. - -Use of this feature requires L! - +Installs an "after" method modifier. See L. =head2 C<< around (method|methods) => CodeRef >> -Installs an "around" method modifier. See L or -L. - -Use of this feature requires L! - +Installs an "around" method modifier. See L. =head2 C<< has (name|names) => parameters >> Adds an attribute (or if passed an arrayref of names, multiple attributes) to @@ -411,6 +400,10 @@ L L +L + +L + L =head1 AUTHORS diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index e8737bf..f36a3c3 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -163,18 +163,15 @@ Returns this role's metaclass instance. =head2 C<< before (method|methods) -> CodeRef >> -Sets up a B method modifier. See L or -L. +Sets up a B method modifier. See L. =head2 C<< after (method|methods) => CodeRef >> -Sets up an B method modifier. See L or -L. +Sets up an B method modifier. See L. =head2 C<< around (method|methods) => CodeRef >> -Sets up an B method modifier. See L or -L. +Sets up an B method modifier. See L. =head2 C