From: Dave Rolsky Date: Mon, 29 Aug 2011 16:10:51 +0000 (-0500) Subject: Add changes docs for meta_lookup feature X-Git-Tag: 2.0300~105 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=696f5ab6b048fc9ac02ae8515eb9e7f94c7b06bf;p=gitmo%2FMoose.git Add changes docs for meta_lookup feature --- diff --git a/Changes b/Changes index 4739b2f..8a8c688 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,13 @@ for, noteworthy changes. {{$NEXT}} + [ENHANCEMENTS] + + * The Moose::Exporter module now has a "meta_lookup" option when creating an + importer. This allows you to specify an alternate method for determining + the metaclass of a caller. This is useful for modules like + MooseX::Role::Parameterized which generate new metaclasses on the fly. + [BUG FIXES] * Validating duck_type type constraint turned out to work only by accident,