From: Dave Rolsky Date: Sat, 26 May 2012 22:34:19 +0000 (-0500) Subject: Doc circular ref fix in Changes X-Git-Tag: 2.0800~65 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=675c32a995636d6c68564ae5eb255973f948f46a;p=gitmo%2FMoose.git Doc circular ref fix in Changes --- diff --git a/Changes b/Changes index 0f0225b..5458ece 100644 --- a/Changes +++ b/Changes @@ -5,6 +5,10 @@ for, noteworthy changes. [BUG FIXES] + * Fix false positive when checking for circular references for modules that + use the "also" parameter with Moose::Exporter. Reported by Jon + Swartz. Fixed by Matthew Wickline. RT #63818. + * Ensure that the Moose::Exporter-generated init_meta returns the same value that it did previously. This isn't really a bug, since the return value has never been tested or documented, but since the generated init_meta is