Created
January 20, 2010 06:09
-
-
Save clkao/281650 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit bef3ee559c86026c74c1bf935b0fc97819166198 | |
Author: Chia-liang Kao <[email protected]> | |
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