From: Dave Rolsky Date: Wed, 1 Jul 2009 17:55:29 +0000 (-0500) Subject: Changes tweaks X-Git-Tag: 0.89~5^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1041915ee8b73b1ff7db36beefff7984ae7f3ba7;p=gitmo%2FClass-MOP.git Changes tweaks --- diff --git a/Changes b/Changes index bead5a5..bf288f9 100644 --- a/Changes +++ b/Changes @@ -1,11 +1,10 @@ Revision history for Perl extension Class-MOP. -0.90 +0.89 * Class::MOP::Method - Allow a blessed code reference as the method body. Fixes a problem interaction with MooseX::Types. (ash) -0.89 * Class::MOP::Instance - add inline version of rebless_instance_structure. (doy) - change inline_slot_access to use single quotes (gphat)