From: Dave Rolsky Date: Thu, 17 Sep 2009 19:04:19 +0000 (-0500) Subject: Changes for 0.91 re: constructor calling blessed X-Git-Tag: 0.91~4 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=94166a6c1aa76ac4646d4e5f4f7b83ed140891b6;p=gitmo%2FMoose.git Changes for 0.91 re: constructor calling blessed --- diff --git a/Changes b/Changes index 3b0da11..2cf833c 100644 --- 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