From: Shawn M Moore Date: Mon, 8 Dec 2008 01:08:40 +0000 (+0000) Subject: Doc fix for CMOP::Method from sorear X-Git-Tag: 0.72~5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ff06a4bd41e59862cc4d9a6be284f84bf802771;p=gitmo%2FClass-MOP.git Doc fix for CMOP::Method from sorear --- diff --git a/Changes b/Changes index d94f0ae..4ca6807 100644 --- a/Changes +++ b/Changes @@ -16,6 +16,8 @@ Revision history for Perl extension Class-MOP. * MOP.xs - Various improvements and refactoring, making things more robust and easier to maintain. (Florian Ragwitz) + * Class::MOP::Method + - Indicate that package_name and name are required (Stefan O'Rear) 0.71_01 Wed, December 3, 2008 * Class::MOP::Method diff --git a/lib/Class/MOP/Method.pm b/lib/Class/MOP/Method.pm index bd5bfff..4fc88a4 100644 --- a/lib/Class/MOP/Method.pm +++ b/lib/Class/MOP/Method.pm @@ -168,10 +168,8 @@ to this class. =item B This is the basic constructor, it returns a B -instance which wraps the given C<$code> reference. You can also +instance which wraps the given C<$code> reference. You must also set the C and C attributes using the C<%params>. -If these are not set, then thier accessors will attempt to figure -it out using the C function. =item B