From: Dave Rolsky Date: Wed, 29 Jul 2009 21:11:05 +0000 (-0500) Subject: Changes reformatting X-Git-Tag: 0.92~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6bf6c409f1e7f0cc9d5b4d4530dfec2ef86aa687;p=gitmo%2FClass-MOP.git Changes reformatting --- diff --git a/Changes b/Changes index 36748b9..7df849f 100644 --- a/Changes +++ b/Changes @@ -1,18 +1,20 @@ Revision history for Perl extension Class-MOP. 0.91 - * 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::Method::Wrapped - - Fixing variable usage issues with the patch from previous version, - not properly using lexicals in the for loops. (stevan) + - Fixing variable usage issues with the patch from previous + version, not properly using lexicals in the for + loops. (stevan) 0.90 Tue Jul 21, 2009 Japan Perl Association has sponsored Goro Fuji to improve startup