From: Dave Rolsky Date: Thu, 17 Sep 2009 19:05:45 +0000 (-0500) Subject: Moose::Object pollution cleanup changes X-Git-Tag: 0.91~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=596ac118196815c375edd44df7b5b2d9e225fef6;p=gitmo%2FMoose.git Moose::Object pollution cleanup changes --- diff --git a/Changes b/Changes index 2cf833c..c2cdd14 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,11 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. 0.91 Tue, Sep 17, 2009 + * Moose::Object + - Don't import any functions, in order to avoid polluting our namespace + with things that can look like methods (blessed, try, etc) + (nothingmuch) + * Moose::Meta::Method::Constructor - The generated code needs to called Scalar::Util::blessed by its fully-qualified name or else Perl can interpret the call to blessed as