X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMouse.pm;h=a170114960b4b8e2d0bbbc6ff5aae5a73eb49f78;hb=6d5a627396f91b2dce25a7b6e5c5dbe6b67f2d95;hp=60cb1562dc1d2d2fc3290a96e6700758d3faf2b2;hpb=013ee5f0c0ce5afa1fea9d45bd14bd8f8bfd67f4;p=gitmo%2FMouse.git 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.