From: Dave Rolsky Date: Sun, 13 Sep 2009 15:51:00 +0000 (-0500) Subject: Elaborate on rafl's role summation changes X-Git-Tag: 0.90~23 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d09fd0aa60abd03d1480f357ed51bb74ec2a0e67;p=gitmo%2FMoose.git Elaborate on rafl's role summation changes --- diff --git a/Changes b/Changes index b1102f8..fb1a23e 100644 --- a/Changes +++ b/Changes @@ -25,7 +25,9 @@ Next issued. (perigrin) * Moose::Meta::Role - - Add more hooks to customize how roles are applied. + - 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) * Moose::Meta::Method::Delegation - fixed delegated methods to make sure that any modifiers attached to