From: Father Chrysostomos Date: Sun, 16 Feb 2014 04:40:15 +0000 (-0800) Subject: alphabetise perldiag X-Git-Tag: upstream/5.20.0~409 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=56feebade29d8842a38364ccb13c5ff09284d0d7;p=platform%2Fupstream%2Fperl.git alphabetise perldiag --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 8a72c53..c7c8163 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -550,11 +550,6 @@ which was too long, so it was truncated to the string shown. (F) A subroutine invoked from an external package via call_sv() exited by calling exit. -=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 %s() called too early to check prototype (W prototype) You've called a function that has a prototype before the @@ -566,6 +561,11 @@ 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 compress integer in pack (F) An argument to pack("w",...) was too large to compress. The BER