Fix missing ) in pod
[gitmo/Moose.git] / 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.