This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
alphabetise perldiag
authorFather Chrysostomos <sprout@cpan.org>
Sun, 16 Feb 2014 04:40:15 +0000 (20:40 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 16 Feb 2014 04:40:15 +0000 (20:40 -0800)
pod/perldiag.pod

index 8a72c53..c7c8163 100644 (file)
@@ -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<POSIX> 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<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 compress integer in pack
 
 (F) An argument to pack("w",...) was too large to compress.  The BER