From: Shawn M Moore Date: Mon, 8 Dec 2008 01:09:04 +0000 (+0000) Subject: Put this change under the correct version X-Git-Tag: 0.72~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=aa906e425c22c493626362eb7b50e990d8d77292;p=gitmo%2FClass-MOP.git Put this change under the correct version --- diff --git a/Changes b/Changes index 4ca6807..92fb083 100644 --- a/Changes +++ b/Changes @@ -4,6 +4,8 @@ Revision history for Perl extension Class-MOP. * Class::MOP::Package - Pass options to _new, so subclass' attributes can be initialized (Sartak) + * Class::MOP::Method + - Indicate that package_name and name are required (Stefan O'Rear) 0.71_02 Fri, December 5, 2008 * Class::MOP::Immutable @@ -16,8 +18,6 @@ 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