From 1056510898819175df3d068b87fd4541e6063b90 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 12 Aug 2013 00:28:31 -0700 Subject: [PATCH] Alphabetise perldiag --- pod/perldiag.pod | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 01d6a54..23f147d 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -198,13 +198,6 @@ or a hash or array slice, such as: name, and not a subroutine call. C will generate this error. -=item Argument "%s" treated as 0 in increment (++) - -(W numeric) The indicated string was fed as an argument to the C<++> -operator which expects either a number or a string matching -C. See L for details. - =item Argument "%s" isn't numeric%s (W numeric) The indicated string was fed as an argument to an operator @@ -221,6 +214,13 @@ point and did not attempt to push this layer. If your program didn't explicitly request the failing operation, it may be the result of the value of the environment variable PERLIO. +=item Argument "%s" treated as 0 in increment (++) + +(W numeric) The indicated string was fed as an argument to the C<++> +operator which expects either a number or a string matching +C. See L for details. + =item Array @%s missing the @ in argument %d of %s() (D deprecated) Really old Perl let you omit the @ on array names in some -- 2.7.4