From: Dave Rolsky Date: Mon, 14 Dec 2009 18:56:10 +0000 (-0600) Subject: More clarification on deprecation changes for get_*_map methods X-Git-Tag: 0.93_01~33 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d99ec58b72a130f7d1cc160228669383181369d5;p=gitmo%2FMoose.git More clarification on deprecation changes for get_*_map methods --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index f8c3930..4108853 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -24,14 +24,17 @@ send us a patch. We decided to undeprecate this. Now it just works. -=item C is deprecated +=item Both C and C is deprecated -The metaclass method C was never meant to be public. All -C were deprecated, and the work around if you still need the -functionality they provided is to iterate over the list of names manually. +These metaclass methods were never meant to be public, and they are both now +deprecated. 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; +This was actually a change in L, but this version of Moose +requires a version of L that includes said change. + =back =head1 0.90