From: Dave Rolsky Date: Mon, 12 Oct 2009 04:22:56 +0000 (-0500) Subject: Tweak change description for delegation fix to be clearer X-Git-Tag: 0.93~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3bfb3ded0f03e72f830c629423295e05d56a09f2;p=gitmo%2FMoose.git Tweak change description for delegation fix to be clearer --- diff --git a/Changes b/Changes index 1eb100c..84051e3 100644 --- a/Changes +++ b/Changes @@ -6,7 +6,8 @@ for, noteworthy changes. - The get_attribute_map method is now deprecated. (Dave Rolsky) * Moose::Meta::Method::Delegation - - Preserve aliasing for delegated methods (doy) + - Preserve variable aliasing in @_ for delegated methods, so that + altering @_ affects the passed value. (doy) * Moose::Util::TypeConstraints - Allow array refs for non-anonymous form of enum and duck_type, not