X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=a6e3fc00a3ddc3dbf20991644819dd32bd22f517;hb=add53fbe34ef5360a8474ac4a1aa6914217abe56;hp=511a4e56cdb87617cdf9f0db6a5f03b364edf3b6;hpb=013ee5f0c0ce5afa1fea9d45bd14bd8f8bfd67f4;p=gitmo%2FMouse.git diff --git a/lib/Mouse/Role.pm b/lib/Mouse/Role.pm index 511a4e5..a6e3fc0 100644 --- a/lib/Mouse/Role.pm +++ b/lib/Mouse/Role.pm @@ -158,15 +158,15 @@ This document describes Mouse version 0.50 Returns this role's metaclass instance. -=head2 C<< before (method|methods) -> CodeRef >> +=head2 C<< before (method|methods|regexp) -> CodeRef >> Sets up a B method modifier. See L. -=head2 C<< after (method|methods) => CodeRef >> +=head2 C<< after (method|methods|regexp) => CodeRef >> Sets up an B method modifier. See L. -=head2 C<< around (method|methods) => CodeRef >> +=head2 C<< around (method|methods|regexp) => CodeRef >> Sets up an B method modifier. See L.