Fix Moose::Meta::Method pod that mentioned Class::MOP::Class.
Chia-liang Kao [Wed, 20 Jan 2010 06:08:10 +0000 (14:08 +0800)]
lib/Moose/Meta/Method.pm

index c34c1fc..d864e2b 100644 (file)
@@ -41,10 +41,10 @@ Moose::Meta::Method - A Moose Method metaclass
 
 =head1 DESCRIPTION
 
-This class is a subclass of L<Class::MOP::Class> that provides
+This class is a subclass of L<Class::MOP::Method> that provides
 additional Moose-specific functionality, all of which is private.
 
-To understand this class, you should read the the L<Class::MOP::Class>
+To understand this class, you should read the the L<Class::MOP::Method>
 documentation.
 
 =head1 INHERITANCE