From: Chris Prather Date: Tue, 15 Feb 2011 16:54:31 +0000 (-0500) Subject: update Changes cause I forgot to do so in the topic branch X-Git-Tag: 1.9903~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=703061a92d2d98eef72bdbad8d41f905fba201e4;p=gitmo%2FMoose.git update Changes cause I forgot to do so in the topic branch --- diff --git a/Changes b/Changes index 880a4b0..02f85cb 100644 --- a/Changes +++ b/Changes @@ -12,6 +12,11 @@ for, noteworthy changes. preserve roles and role applications. This led to weird bugs. Many MooseX modules end up reinitializing your class or role. (Dave Rolsky) + * Reverse the order that Moose::Exporter 'also' exports are dispatched. When + trying to re-export from a package that itself exported a modified set of + Moose sugar, you'd get the original Moose sugar instead of the overrides. + There are also now tests for this. (perigrin) + 1.9902-TRIAL Mon, Jan 03, 2011 [OTHER]