From: Dave Rolsky Date: Tue, 22 Feb 2011 21:12:37 +0000 (-0600) Subject: Changes entry for "Reverse the output from _follow_also" X-Git-Tag: 1.24~3 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8992b1ee3c87780ac4fefb16e09b7e28ce001259;p=gitmo%2FMoose.git Changes entry for "Reverse the output from _follow_also" --- diff --git a/Changes b/Changes index 7cdf4e6..a8086e2 100644 --- a/Changes +++ b/Changes @@ -3,8 +3,8 @@ for, noteworthy changes. 1.24 ??? - [BUG FIX] - + [BUG FIXES] + * 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.