From: Dave Rolsky Date: Wed, 1 Jul 2009 17:41:37 +0000 (-0500) Subject: Improve changes for ash's fix X-Git-Tag: 0.89~9^2~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=74a4e349a7e24ebf3dccaf3c453319e69720ea31;p=gitmo%2FClass-MOP.git Improve changes for ash's fix --- diff --git a/Changes b/Changes index 56892fa..bead5a5 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,9 @@ Revision history for Perl extension Class-MOP. +0.90 * Class::MOP::Method - - Fix bug from MooseX::Types passing blessed code references + - Allow a blessed code reference as the method body. Fixes a + problem interaction with MooseX::Types. (ash) 0.89 * Class::MOP::Instance