From: Dave Rolsky Date: Wed, 14 Oct 2009 16:39:07 +0000 (-0500) Subject: Add Changes entry for export to main X-Git-Tag: 0.93~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=928a7810104345a3455fb792ceebe6f91fff022a;p=gitmo%2FMoose.git Add Changes entry for export to main --- diff --git a/Changes b/Changes index e88d470..ec4db7e 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,11 @@ for, noteworthy changes. just anonymous. The non-arrayref forms may be removed in the future. (doy) + * Moose::Exporter + - Moose::Exporter using modules can now export their functions to the + main package. This applied to Moose and Moose::Role, among + others. (nothingmuch) + 0.92 Tue, Sep 22, 2009 * Moose::Util::TypeConstraints - added the match_on_type operator (Stevan)