From: Dave Rolsky Date: Fri, 11 Sep 2009 15:39:18 +0000 (-0500) Subject: Method related methods are inherited from CMOP::Package X-Git-Tag: 0.90~10 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8f6cbfcdfc254b25b71eb61ee6449cde5fafcaa5;p=gitmo%2FMoose.git Method related methods are inherited from CMOP::Package --- diff --git a/lib/Moose/Meta/Role.pm b/lib/Moose/Meta/Role.pm index 69f111e..046fba8 100644 --- a/lib/Moose/Meta/Role.pm +++ b/lib/Moose/Meta/Role.pm @@ -796,7 +796,7 @@ L. =item B<< $metarole->find_method_by_name($name) >> These methods are all identical to the methods of the same name in -L +L =back