From: Shawn M Moore Date: Sat, 30 May 2009 18:25:30 +0000 (-0400) Subject: Mark possessives with an apostrophe! X-Git-Tag: 0.80~54 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b3c1586ae5e5d03d44318910f9ef7e0c0b20da57;p=gitmo%2FMoose.git Mark possessives with an apostrophe! --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index b8dd12d..0052bd5 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -900,11 +900,11 @@ Returns true if the role requires the named method. =item B<< $metarole->add_required_methods(@names) >> -Adds the named methods to the roles list of required methods. +Adds the named methods to the role's list of required methods. =item B<< $metarole->remove_required_methods(@names) >> -Removes the named methods to the roles list of required methods. +Removes the named methods to the role's list of required methods. =back