projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
a8547bc
)
Method related methods are inherited from CMOP::Package
Dave Rolsky [Fri, 11 Sep 2009 15:39:18 +0000 (10:39 -0500)]
lib/Moose/Meta/Role.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Role.pm
b/lib/Moose/Meta/Role.pm
index
69f111e
..
046fba8
100644
(file)
--- a/
lib/Moose/Meta/Role.pm
+++ b/
lib/Moose/Meta/Role.pm
@@
-796,7
+796,7
@@
L<Moose::Meta::Role::Method>.
=item B<< $metarole->find_method_by_name($name) >>
These methods are all identical to the methods of the same name in
-L<Class::MOP::Class>
+L<Class::MOP::Package>
=back