Make docs match reality
Dave Rolsky [Thu, 11 Sep 2008 19:49:44 +0000 (19:49 +0000)]
lib/Moose/Meta/Role/Method.pm

index 6fe74b4..ad34161 100644 (file)
@@ -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