Skip to content

Instantly share code, notes, and snippets.

@clkao
Created January 20, 2010 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clkao/281650 to your computer and use it in GitHub Desktop.
Save clkao/281650 to your computer and use it in GitHub Desktop.
commit bef3ee559c86026c74c1bf935b0fc97819166198
Author: Chia-liang Kao <clkao@clkao.org>
Date: Wed Jan 20 14:08:10 2010 +0800
Fix Moose::Meta::Method pod that mentioned Class::MOP::Class.
diff --git a/lib/Moose/Meta/Method.pm b/lib/Moose/Meta/Method.pm
index c34c1fc..d864e2b 100644
--- a/lib/Moose/Meta/Method.pm
+++ b/lib/Moose/Meta/Method.pm
@@ -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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment