From: Dave Rolsky Date: Thu, 9 Apr 2009 14:16:08 +0000 (-0500) Subject: Document deprecations/renamings X-Git-Tag: 0.75~22 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=612fd7549fc461328b97801a7fdea8c3a2291994;p=gitmo%2FMoose.git Document deprecations/renamings --- diff --git a/lib/Moose/Manual/Delta.pod b/lib/Moose/Manual/Delta.pod index 4746dba..23320b4 100644 --- a/lib/Moose/Manual/Delta.pod +++ b/lib/Moose/Manual/Delta.pod @@ -22,6 +22,13 @@ Added a C sugar function to L to make integration with non-Moose classes easier. It simply checks if C<< $obj->can() >> a list of methods. +A number of methods (mostly inherited from L) have been +renamed with a leading underscore to indicate their internal-ness. The +old method names will still work for a while, but will warn that the +method has been renamed. In a few cases, the method will be removed +entirely in the future. This may affect MooseX authors who were using +these methods. + =head1 Version 0.73 Calling C with a name as the only argument now throws an