From: Jesse Luehrs Date: Sun, 11 Mar 2012 01:17:36 +0000 (-0600) Subject: changelog X-Git-Tag: 2.0500~28 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMoose.git;a=commitdiff_plain;h=4bc06c8a190bc9b805cb8ba58ed3161048dd668a changelog --- diff --git a/Changes b/Changes index a23f7f2..0c155e6 100644 --- a/Changes +++ b/Changes @@ -19,6 +19,15 @@ for, noteworthy changes. replacing the original constraint and ergo losing any coercions that were on the original constraint. Fixes RT #73289. (t0m) + * Moose::Exporter now calls init_meta methods in the correct order, when + multiple levels of 'also' parameters are specified. Reported by Rocco + Caputo. (doy, perigrin) + + * Moose::Exporter no longer generates init_meta methods in order to apply + metaroles, since the metaclass itself isn't guaranteed to exist yet at that + point. Metaroles are now applied at the end of import, after all + user-defined init_meta methods have been called. Fixes RT #51561. (doy) + 2.0402 Sat, Feb 04, 2012 [OTHER]