From 5ead438ea8691c581967c8f3b3cf7aadda35afab Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Mon, 26 Mar 2012 20:30:28 -0700 Subject: =?UTF-8?q?[perl=20#111656]=20perldiag:=20=E2=80=98glob=20failed?= =?UTF-8?q?=E2=80=99=20is=20S,=20not=20W?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prior to the preceding commit, the ‘glob failed’ warning would always occur, regardless of warnings settings, so W was never correct. Now it is S, which is was it used to be closest to. --- pod/perldiag.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 5f6ed837f1..9a8c9347a8 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2034,7 +2034,7 @@ which package the global variable is in (using "::"). =item glob failed (%s) -(W glob) Something went wrong with the external program(s) used +(S glob) Something went wrong with the external program(s) used for C and C<< <*.c> >>. Usually, this means that you supplied a C pattern that caused the external program to fail and exit with a nonzero status. If the message indicates that the abnormal exit -- cgit v1.2.1