summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-19 15:18:32 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-19 15:18:32 +0100
commitbe5387481edebd42425976c372ac3dbafe134bde (patch)
tree5565a0fa1775655efda9cd0e64684baf45812353
parent2cf7e86bd2a73fe576ed1e3a3eb70107da4fb9f7 (diff)
downloadperl-be5387481edebd42425976c372ac3dbafe134bde.tar.gz
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.
-rw-r--r--pod/perl5111delta.pod7
1 files changed, 0 insertions, 7 deletions
diff --git a/pod/perl5111delta.pod b/pod/perl5111delta.pod
index ae82ab5ac4..b7e723fd40 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