From: Dave Rolsky Date: Thu, 13 Aug 2009 21:48:44 +0000 (-0500) Subject: Tidy Changes X-Git-Tag: 0.92~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b79ed770493d36bfc34b325f3e6d4bc8e853018e;p=gitmo%2FClass-MOP.git Tidy Changes --- diff --git a/Changes b/Changes index e0d6077..9e55554 100644 --- a/Changes +++ b/Changes @@ -3,13 +3,11 @@ Revision history for Perl extension Class-MOP. 0.92 * Class::MOP::Class * Class::MOP::Package - - Move get_method_map and its various scaffolding into - Package. (hdp) + - Move get_method_map and its various scaffolding into Package. (hdp) * Class::MOP::Method - - Allow Class::MOP::Method->wrap to take a Class::MOP::Method - object as the first argument, rather than just a - coderef. (doy) + - Allow Class::MOP::Method->wrap to take a Class::MOP::Method object as + the first argument, rather than just a coderef. (doy) * Class::MOP::Attribute * Class::MOP::Class