From: Chia-liang Kao Date: Wed, 20 Jan 2010 06:08:10 +0000 (+0800) Subject: Fix Moose::Meta::Method pod that mentioned Class::MOP::Class. X-Git-Tag: 0.95~16 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bef3ee559c86026c74c1bf935b0fc97819166198;p=gitmo%2FMoose.git 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 that provides +This class is a subclass of L that provides additional Moose-specific functionality, all of which is private. -To understand this class, you should read the the L +To understand this class, you should read the the L documentation. =head1 INHERITANCE