From: Jesse Luehrs Date: Thu, 25 Jun 2009 22:26:39 +0000 (-0500) Subject: update Changes X-Git-Tag: 0.84~15 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0314ca6d3e603010c890384488da8e9f0f502c48;p=gitmo%2FMoose.git update Changes --- diff --git a/Changes b/Changes index 5370688..eb8c0d8 100644 --- a/Changes +++ b/Changes @@ -7,6 +7,8 @@ for, noteworthy changes. associated methods, it will give a deprecation warning. (hdp) - Methods generated by delegation were not being added to associated_methods. (hdp) + - Attribute accessors (reader, writer, accessor, predicate, clearer) now + warn if they overwrite an existing method. (doy) * Moose::Util::TypeConstraints - Deprecated the totally useless Role type name, which just