From: Shawn M Moore Date: Sat, 30 May 2009 18:24:38 +0000 (-0400) Subject: Fix missing ) in pod X-Git-Tag: 0.80~55 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0ecff16bbb6ffdc86f201e721c2ce644766c4658;p=gitmo%2FMoose.git Fix missing ) in pod --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 1823b2a..b8dd12d 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -898,7 +898,7 @@ Returns the list of methods required by the role. Returns true if the role requires the named method. -=item B<< $metarole->add_required_methods(@names >> +=item B<< $metarole->add_required_methods(@names) >> Adds the named methods to the roles list of required methods.