X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=b7cc5947c1b666a80967bb943e9583dae13e75c1;hp=7cd88d574d0fbfefe1dd93f971edb6c6a54a22e2;hb=8b13ad670938085482d4878a032b005ee403cd6f;hpb=506fb74dbff3e8f756230c643d8bff7b85ae9ca3 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