Fix missing ) in pod
Shawn M Moore [Sat, 30 May 2009 18:24:38 +0000 (14:24 -0400)]
lib/Moose/Meta/Role.pm

index 1823b2a..b8dd12d 100644 (file)
@@ -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.