From: Dave Rolsky Date: Fri, 13 Mar 2009 16:51:17 +0000 (-0500) Subject: Add changes for hdp's inherited lazy_build fix X-Git-Tag: 0.72_01~73 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c2eebdcc784b9b14b719a54c285596c9941b3936;p=gitmo%2FMoose.git Add changes for hdp's inherited lazy_build fix --- diff --git a/Changes b/Changes index 8f3f8a4..2493181 100644 --- a/Changes +++ b/Changes @@ -22,6 +22,10 @@ Revision history for Perl extension Moose makes sure the wrapped function still has the same prototype. Patch by Daisuke Maki. + * Moose::Meta::Attribute + - Allow a subclass to set lazy_build for an inherited + attribute. (Dieter Pearcey). + 0.72 Mon, February 23, 2009 * Moose::Object * Moose::Meta::Method::Constructor