X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=lib%2FMouse.pm;h=a170114960b4b8e2d0bbbc6ff5aae5a73eb49f78;hp=60cb1562dc1d2d2fc3290a96e6700758d3faf2b2;hb=b0b9f25a58185affc1f7a005929bf6b3f8770160;hpb=f99b08b9cefa9c853d635d43faf8104e2de7c01a diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 60cb156..a170114 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -243,15 +243,15 @@ Returns this class' metaclass instance. Sets this class' superclasses. -=head2 C<< before (method|methods) => CodeRef >> +=head2 C<< before (method|methods|regexp) => CodeRef >> Installs a "before" method modifier. See L. -=head2 C<< after (method|methods) => CodeRef >> +=head2 C<< after (method|methods|regexp) => CodeRef >> Installs an "after" method modifier. See L. -=head2 C<< around (method|methods) => CodeRef >> +=head2 C<< around (method|methods|regexp) => CodeRef >> Installs an "around" method modifier. See L.