From: Hans Dieter Pearcey Date: Thu, 2 Apr 2009 05:30:53 +0000 (-0400) Subject: fix 'no longer do not' X-Git-Tag: 0.73_01~11 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4fbe21fb213c41cbb1dd4bfdc5022a4480dee6f8;p=gitmo%2FMoose.git fix 'no longer do not' --- diff --git a/Changes b/Changes index 56b9788..45a0b3a 100644 --- a/Changes +++ b/Changes @@ -35,9 +35,9 @@ for, noteworthy changes. * Moose::Meta::Class * Moose::Meta::Method::Constructor - - Attribute triggers no longer do not receive the meta-attribute - object as an argument in any circumstance. Previously, - triggers called during instance construction were passed the + - Attribute triggers no longer receive the meta-attribute object + as an argument in any circumstance. Previously, triggers + called during instance construction were passed the meta-attribute, but triggers called by normal accessors were not. Fixes RT#44429, reported by Mark Swayne. (hdp)