Moose::Object pollution cleanup changes
Dave Rolsky [Thu, 17 Sep 2009 19:05:45 +0000 (14:05 -0500)]
Changes

diff --git a/Changes b/Changes
index 2cf833c..c2cdd14 100644 (file)
--- 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