In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/be5387481edebd42425976c372ac3dbafe134bde?hp=2cf7e86bd2a73fe576ed1e3a3eb70107da4fb9f7>
- Log ----------------------------------------------------------------- commit be5387481edebd42425976c372ac3dbafe134bde Author: Nicholas Clark <[email protected]> Date: Mon Oct 19 15:18:32 2009 +0100 Remove the entry about removing Perl_deprecate() As a minor C function, I feel that at most it should be in "changed internals". However, as it was not part of the public API, and searches showed that nothing was using it, likely nothing is going to break if it goes. And if any naughty code does break: a: It will be at link time b: It will be easy to find the cause from git log I also feel that it's worth removing it, as existing perldeltas are the most obvious guide for new volunteers in terms of "write something like this". So having bad examples isn't going to help educate future authors. ----------------------------------------------------------------------- Summary of changes: pod/perl5111delta.pod | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod index ae82ab5..b7e723f 100644 --- a/pod/perl5111delta.pod +++ b/pod/perl5111delta.pod @@ -13,13 +13,6 @@ the 5.11.1 release. =item The boolkeys op moved to the group of hash ops. This breaks binary compatibility. - -=item C<Perl_deprecate()> was replaced with a macro that calls C<Perl_ck_warner()> - -C<Perl_deprecate> was not part of the public API, and did not have a C<deprecate()> -shortcut macro defined without C<-DPERL_CORE>. Neither codesearch.google.com nor -CPAN::Unpack show any users outside the Perl core. - =back =head1 Core Enhancements -- Perl5 Master Repository
