From: Shawn M Moore Date: Mon, 14 Dec 2009 18:33:38 +0000 (-0500) Subject: Instead of mentioning a vague "these", clarify =] X-Git-Tag: 0.93_01~35 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d69a2c1b7b08624359ef284c982b2095078e2c96;p=gitmo%2FMoose.git Instead of mentioning a vague "these", clarify =] --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index e972855..2d9d880 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -27,9 +27,8 @@ We decided to undeprecate this. Now it just works. =item C is deprecated The metaclass method C was never meant to be public. -These were deprecated, and the work around if you still need the -functionality they provided is to iterate over the list of attribute -names manually. +C were deprecated, and the work around if you still need the +functionality they provided is to iterate over the list of names manually. my %fields = map { $_ => $meta->get_attribute($_) } $meta->get_attribute_list;