Remove the entry about removing Perl_deprecate()
authorNicholas Clark <nick@ccl4.org>
Mon, 19 Oct 2009 14:18:32 +0000 (15:18 +0100)
committerNicholas Clark <nick@ccl4.org>
Mon, 19 Oct 2009 14:18:32 +0000 (15:18 +0100)
commitbe5387481edebd42425976c372ac3dbafe134bde
tree5565a0fa1775655efda9cd0e64684baf45812353
parent2cf7e86bd2a73fe576ed1e3a3eb70107da4fb9f7
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.
pod/perl5111delta.pod