Instead of mentioning a vague "these", clarify =]
Shawn M Moore [Mon, 14 Dec 2009 18:33:38 +0000 (13:33 -0500)]
lib/Moose/Manual/Delta.pod

index e972855..2d9d880 100644 (file)
@@ -27,9 +27,8 @@ We decided to undeprecate this. Now it just works.
 =item C<get_attribute_map> is deprecated
 
 The metaclass method C<get_attribute_map> 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<get_*_methods> 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;