From: Stefan O'Rear Date: Thu, 9 Jul 2009 03:27:21 +0000 (-0700) Subject: Changes for avoiding inline_slot_access X-Git-Tag: 0.88~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=083ffc2cb40c7e808e00ba94f412593f78b373ad;p=gitmo%2FMoose.git Changes for avoiding inline_slot_access --- diff --git a/Changes b/Changes index e11a9e2..61a99fc 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,11 @@ Also see Moose::Manual::Delta for more details of, and workarounds for, noteworthy changes. +0.88 + * Moose::Meta::Method::Accessor + - No longer uses inline_slot_access in accessors, to support + non-lvalue-based meta instances. + 0.87 Tue Jul 7, 2009 * Moose::Meta::Method::Delegation - Once again allow class names as well as objects for