From: gfx Date: Mon, 7 Dec 2009 04:46:53 +0000 (+0900) Subject: Fix the pod of Mouse X-Git-Tag: 0.43~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=commitdiff_plain;h=ed940a7ade0e14ee768f625738d3479d3f405f09 Fix the pod of Mouse --- diff --git a/lib/Mouse.pm b/lib/Mouse.pm index 3bdcd60..aaa5142 100644 --- a/lib/Mouse.pm +++ b/lib/Mouse.pm @@ -256,9 +256,11 @@ Installs a "before" method modifier. See L. =head2 C<< after (method|methods) => CodeRef >> Installs an "after" method modifier. See L. + =head2 C<< around (method|methods) => CodeRef >> Installs an "around" method modifier. See L. + =head2 C<< has (name|names) => parameters >> Adds an attribute (or if passed an arrayref of names, multiple attributes) to