summaryrefslogtreecommitdiff
path: root/pod/perldiag.pod
diff options
context:
space:
mode:
authorAbigail <abigail@abigail.be>2016-11-14 16:12:12 +0100
committerAbigail <abigail@abigail.be>2017-01-16 19:18:10 +0100
commit46d7f3c1be21894b6f09677792bb1b6e954f8243 (patch)
treea79f3655abfa19168075fda0c56a756733f13dd3 /pod/perldiag.pod
parent9021a1cfe5d8afb5e72f6dd69c5356b69b62d580 (diff)
downloadperl-46d7f3c1be21894b6f09677792bb1b6e954f8243.tar.gz
Deprecated POSIX functions were removed in 5.24.0
Therefore, we no longer need the entry in pod/perldiag.pod. We do however need an entry in pod/perldeprecation.pod.
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r--pod/perldiag.pod5
1 files changed, 0 insertions, 5 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 2300e7c07a..50875f8246 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<perlsub>.
-=item Calling POSIX::%s() is deprecated
-
-(D deprecated) You called a function whose use is deprecated. See
-the function's name in L<POSIX> for details.
-
=item Cannot chr %f
(F) You passed an invalid number (like an infinity or not-a-number) to C<chr>.