summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorGabor Szabo <szabgab@gmail.com>2007-09-02 14:12:53 +0300
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-09-02 12:06:00 +0000
commita4edf47d48bc97e4faed7a02d615d5e49723b48a (patch)
tree720b7bd2b4da4cc2afc7af2eff658171fc91af72 /pod
parentd56f7e4ca45caec42b6ed197d4843e3e4a665e1f (diff)
downloadperl-a4edf47d48bc97e4faed7a02d615d5e49723b48a.tar.gz
Improved error messages for new comers and non-English speakers
From: "Gabor Szabo" <szabgab@gmail.com> Message-ID: <d8a74af10709020112o77419172q4cc2f2ff66dca385@mail.gmail.com> p4raw-id: //depot/perl@31783
Diffstat (limited to 'pod')
-rw-r--r--pod/perldiag.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod
index 6ebcb64a10..a58a31678e 100644
--- a/pod/perldiag.pod
+++ b/pod/perldiag.pod
@@ -1804,10 +1804,10 @@ L<perlfunc/getsockopt>.
=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)