From a4edf47d48bc97e4faed7a02d615d5e49723b48a Mon Sep 17 00:00:00 2001 From: Gabor Szabo Date: Sun, 2 Sep 2007 14:12:53 +0300 Subject: [PATCH] Improved error messages for new comers and non-English speakers From: "Gabor Szabo" Message-ID: p4raw-id: //depot/perl@31783 --- pod/perldiag.pod | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) -- 2.7.4