From: Dave Rolsky Date: Fri, 26 Jun 2009 20:52:56 +0000 (-0500) Subject: Merge branch 'master' into attribute_helpers X-Git-Tag: 0.89_02~108 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6c83959442f106783570ceccfe82ad98869b2c1e;p=gitmo%2FMoose.git Merge branch 'master' into attribute_helpers --- 6c83959442f106783570ceccfe82ad98869b2c1e diff --cc Changes index 835cee0,1337cbe..689705c --- a/Changes +++ b/Changes @@@ -4,13 -4,8 +4,13 @@@ for, noteworthy changes 0.85 * Moose::Meta::Attribute - The warning for 'no associated methods' is now split out into the - check_associated_methods method, so that extensions can safely call + _check_associated_methods method, so that extensions can safely call 'after install_accessors => ...'. (hdp) + - Move currying syntax for delegation in from AttributeHelpers. (hdp) + + * Moose::AttributeHelpers + - Moved in from MooseX with API tweaks. See Moose::Manual::Delta for + details. (hdp, jhannah, rbuels) 0.84 Fri, Jun 26, 2009 * Moose::Role