X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse%2FRole.pm;h=a6e3fc00a3ddc3dbf20991644819dd32bd22f517;hp=511a4e56cdb87617cdf9f0db6a5f03b364edf3b6;hb=b0b9f25a58185affc1f7a005929bf6b3f8770160;hpb=f99b08b9cefa9c853d635d43faf8104e2de7c01a 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.