From: Dave Rolsky Date: Sun, 29 Mar 2009 15:45:26 +0000 (-0500) Subject: class's X-Git-Tag: 0.73_01~29 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=989f71e0a564fb54494ef76fefff96e6e7f8c97c;p=gitmo%2FMoose.git class's --- diff --git a/Changes b/Changes index 6585037..d271dd2 100644 --- a/Changes +++ b/Changes @@ -20,8 +20,8 @@ for noteworthy changes. - add tests and documentation (perigrin) * Moose - - Document the fact that init_meta() returns the target class' metaclass - object. (hdp) + - Document the fact that init_meta() returns the target class's + metaclass object. (hdp) * Moose::Cookbook::Extending::Recipe1 * Moose::Cookbook::Extending::Recipe2