From: Hans Dieter Pearcey Date: Thu, 9 Jul 2009 18:59:28 +0000 (-0400) Subject: Merge branch 'master' into attribute_helpers X-Git-Tag: 0.89_02~94 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e43a6d57e2c15ebf8e9beb194001651bfcd141a3;p=gitmo%2FMoose.git Merge branch 'master' into attribute_helpers Conflicts: Changes --- e43a6d57e2c15ebf8e9beb194001651bfcd141a3 diff --cc Changes index 7a5fb8f,61a99fc..5584c04 --- a/Changes +++ b/Changes @@@ -2,14 -2,10 +2,18 @@@ Also see Moose::Manual::Delta for more for, noteworthy changes. 0.88 + * Moose::Meta::Method::Accessor + - No longer uses inline_slot_access in accessors, to support + non-lvalue-based meta instances. + + * Moose::Meta::Attribute + - Added the currying syntax for delegation from AttributeHelpers + to the existing delegation API. (hdp) + + * Moose::AttributeHelpers + - Moved in from MooseX with API tweaks. See Moose::Manual::Delta for + details. (hdp, jhannah, rbuels) + 0.87 Tue Jul 7, 2009 * Moose::Meta::Method::Delegation - Once again allow class names as well as objects for