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