From: Hans Dieter Pearcey Date: Sun, 29 Mar 2009 03:06:12 +0000 (-0400) Subject: make my Changes entry more consistent X-Git-Tag: 0.73_01~31 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3fcfda7ce98c6ecf741b6ce96824cd2ed926f0ae;p=gitmo%2FMoose.git make my Changes entry more consistent --- diff --git a/Changes b/Changes index b4ee13d..4e29a99 100644 --- a/Changes +++ b/Changes @@ -23,14 +23,14 @@ for noteworthy changes. * Moose - Document the fact that init_meta() returns the target class' metaclass - object. (Dieter Pearcey) + object. (hdp) * Moose::Cookbook::Extending::Recipe1 * Moose::Cookbook::Extending::Recipe2 * Moose::Cookbook::Extending::Recipe3 * Moose::Cookbook::Extending::Recipe4 - Make init_meta() examples explicitly return the metaclass and point out - this fact. (Dieter Pearcey) + this fact. (hdp) 0.73 Fri, March 29, 2009 @@ -65,7 +65,7 @@ for noteworthy changes. * Moose::Meta::Attribute - Allow a subclass to set lazy_build for an inherited - attribute. (Dieter Pearcey) + attribute. (hdp) * Makefile.PL - Explicitly depend on Data::OptList. We already had this dependency