From: Dave Rolsky Date: Tue, 26 Oct 2010 22:08:06 +0000 (-0500) Subject: Changes for accessor overwrite warning X-Git-Tag: 1.18~25 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=addac5ee03b5858798bcb1aa55d4d069e4d37179;p=gitmo%2FMoose.git Changes for accessor overwrite warning --- diff --git a/Changes b/Changes index a1b37a2..8439e5c 100644 --- a/Changes +++ b/Changes @@ -8,6 +8,9 @@ for, noteworthy changes. * Type constraint objects now have an assert_coerce method which will either return a valid value or throw an error. (rjbs) + * We now warn when an accessor for one attribute ovewrites an accessor for + another attribute. RT #57510. (Dave Rolsky) + [BUG FIXES] * The native Array and Hash delegation methods now coerce individual new