From 56feebade29d8842a38364ccb13c5ff09284d0d7 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 15 Feb 2014 20:40:15 -0800 Subject: [PATCH] alphabetise perldiag --- pod/perldiag.pod | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.7.4