From: Dave Rolsky Date: Tue, 26 Oct 2010 20:35:56 +0000 (-0500) Subject: Changes for inherited lazy_build fix X-Git-Tag: 1.18~50 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=657c51b5d7052879ed23db60013df6a6a2246848;p=gitmo%2FMoose.git Changes for inherited lazy_build fix --- diff --git a/Changes b/Changes index e367dd5..de16e00 100644 --- a/Changes +++ b/Changes @@ -17,6 +17,9 @@ for, noteworthy changes. method will coerce the integer to a DateTime object. Reported by Karen Etheridge. RT #62351. (Dave Rolsky) + * Attempting to set lazy_build in an inherited attribute was ignored. RT + #62057. (perigrin) + [OTHER] * The Moose test suite now uses Test::Fatal instead of