add documentation to Moose::Manual::Delta for the deprecation of get_attribute_map
Chris Prather [Mon, 14 Dec 2009 18:29:49 +0000 (13:29 -0500)]
lib/Moose/Manual/Delta.pod

index 72e21ab..e972855 100644 (file)
@@ -24,6 +24,15 @@ send us a patch.
 
 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.
+
+    my %fields = map { $_ => $meta->get_attribute($_) } $meta->get_attribute_list;
+
 =back
 
 =head1 0.90