From 8a9eb13d250808329cfbd617b15d827d939d2ac7 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 17 Dec 2011 12:54:48 -0800 Subject: [PATCH] perldiag: Consistent style of diag categories --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5f9b971..1b2bb3f 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4440,7 +4440,7 @@ Missing the leading C<$> from variable C<$s> may cause this error. =item substr outside of string -(W substr),(F) You tried to reference a substr() that pointed outside of +(W substr)(F) You tried to reference a substr() that pointed outside of a string. That is, the absolute value of the offset was larger than the length of the string. See L. This warning is fatal if substr is used in an lvalue context (as the left hand side of an -- 1.8.3.1