From: gfx Date: Mon, 8 Feb 2010 08:19:48 +0000 (+0900) Subject: Update document X-Git-Tag: 0.50_01~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=b0b9f25a58185affc1f7a005929bf6b3f8770160 Update document --- 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. 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.