From: Gabor Szabo Date: Sun, 2 Sep 2007 11:12:53 +0000 (+0300) Subject: Improved error messages for new comers and non-English speakers X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a4edf47d48bc97e4faed7a02d615d5e49723b48a;p=p5sagit%2Fp5-mst-13.2.git Improved error messages for new comers and non-English speakers From: "Gabor Szabo" Message-ID: p4raw-id: //depot/perl@31783 --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6ebcb64..a58a316 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -1804,10 +1804,10 @@ L. =item Global symbol "%s" requires explicit package name -(F) You've said "use strict vars", which indicates that all variables -must either be lexically scoped (using "my"), declared beforehand using -"our", or explicitly qualified to say which package the global variable -is in (using "::"). +(F) You've said "use strict" or "use strict vars", which indicates +that all variables must either be lexically scoped (using "my"), +declared beforehand using "our", or explicitly qualified to say +which package the global variable is in (using "::"). =item glob failed (%s)