projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
fbdb609
)
Make docs match reality
Dave Rolsky [Thu, 11 Sep 2008 19:49:44 +0000 (19:49 +0000)]
lib/Moose/Meta/Role/Method.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Role/Method.pm
b/lib/Moose/Meta/Role/Method.pm
index
6fe74b4
..
ad34161
100644
(file)
--- a/
lib/Moose/Meta/Role/Method.pm
+++ b/
lib/Moose/Meta/Role/Method.pm
@@
-24,7
+24,7
@@
Moose::Meta::Role::Method - A Moose Method metaclass for Roles
This is primarily used to mark methods coming from a role
as being different. Right now it is nothing but a subclass
-of L<Class::MOP::Method>.
+of L<Moose::Meta::Method>.
=head1 BUGS