X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Changes;h=e0b619ceb2b747f9e3a6de797ccecb28180a2033;hb=312e0f0ca905063976cb0687da5d0b656157008b;hp=c3685d4cb12438b64ee8a2eda743ca1b5b36da81;hpb=eaf5a43ef108f6a9dce74c84afc25a892cffdfb1;p=gitmo%2FMoose.git diff --git a/Changes b/Changes index c3685d4..e0b619c 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,19 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. -0.90 +0.91 Thu, 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 + 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 - For these two traits, an attribute which did not explicitly provide