From: Chris Prather Date: Mon, 14 Dec 2009 18:29:49 +0000 (-0500) Subject: add documentation to Moose::Manual::Delta for the deprecation of get_attribute_map X-Git-Tag: 0.93_01~36 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fa6da1350a85f9c8ff9d7e210c657a2dd19200e8;p=gitmo%2FMoose.git add documentation to Moose::Manual::Delta for the deprecation of get_attribute_map --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 72e21ab..e972855 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -24,6 +24,15 @@ send us a patch. 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. + + my %fields = map { $_ => $meta->get_attribute($_) } $meta->get_attribute_list; + =back =head1 0.90