From: Dave Rolsky Date: Fri, 11 Sep 2009 01:39:57 +0000 (-0500) Subject: Document role-role alias bug fix X-Git-Tag: 0.89_02~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0374a4688392d9b9220f86d007a11a113374ee57;p=gitmo%2FMoose.git Document role-role alias bug fix --- diff --git a/Changes b/Changes index 70be118..eb5f790 100644 --- a/Changes +++ b/Changes @@ -26,6 +26,13 @@ for, noteworthy changes. - Warn when calling make_immutable on a class with mutable ancestors. (doy) + * Moose::Meta::Role::Application::ToRole + - When a role aliased a method from another role, it was only getting + the new (aliased) name, not the original name. This differed from what + happens when a class aliases a role's methods. If you _only_ want the + aliased name, make sure to also exclue the original name. (Dave + Rolsky) + 0.89_01 Wed Sep 2, 2009 * Moose::Meta::Attribute - Added the currying syntax for delegation from AttributeHelpers to the