X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/9021a1cfe5d8afb5e72f6dd69c5356b69b62d580..46d7f3c1be21894b6f09677792bb1b6e954f8243:/pod/perldiag.pod diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 2300e7c..50875f8 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -666,11 +666,6 @@ checking. Alternatively, if you are certain that you're calling the function correctly, you may put an ampersand before the name to avoid the warning. See L. -=item Calling POSIX::%s() is deprecated - -(D deprecated) You called a function whose use is deprecated. See -the function's name in L for details. - =item Cannot chr %f (F) You passed an invalid number (like an infinity or not-a-number) to C.