From: Dave Rolsky Date: Sun, 18 Oct 2009 17:53:35 +0000 (-0500) Subject: Belatedly add change about Moose::Meta::Role->get_method_list including meta X-Git-Tag: 0.93~6 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d92dac8e8b13e923b3c2ca565aafbb0ae39a7999;p=gitmo%2FMoose.git Belatedly add change about Moose::Meta::Role->get_method_list including meta --- diff --git a/Changes b/Changes index 22a4aa8..9b1542d 100644 --- a/Changes +++ b/Changes @@ -78,6 +78,9 @@ for, noteworthy changes. - Added more hooks to customize how roles are applied. The role summation class, used to create composite roles, can now be changed and/or have meta-roles applied to it. (rafl) + - The get_method_list method no longer explicitly excludes the "meta" + method. This was a hack that has been replaced by better hacks. (Dave + Rolsky) * Moose::Meta::Method::Delegation - fixed delegated methods to make sure that any modifiers attached to