Changes for 0.91 re: constructor calling blessed
Dave Rolsky [Thu, 17 Sep 2009 19:04:19 +0000 (14:04 -0500)]
Changes

diff --git a/Changes b/Changes
index 3b0da11..2cf833c 100644 (file)
--- a/Changes
+++ b/Changes
@@ -1,6 +1,13 @@
 Also see Moose::Manual::Delta for more details of, and workarounds
 for, noteworthy changes.
 
+0.91 Tue, Sep 17, 2009
+    * 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
+        an indirect method call. This broke Search::GIN, which in turn broke
+        KiokuDB. (nothingmuch)
+
 0.90 Tue, Sep 15, 2009
     * Moose::Meta::Attribute::Native::Trait::Counter
     * Moose::Meta::Attribute::Native::Trait::String