Change 31783 by [EMAIL PROTECTED] on 2007/09/02 12:06:00
Subject: [PATCH] Improved error messages for new comers and non-English
speakers
From: "Gabor Szabo" <[EMAIL PROTECTED]>
Date: Sun, 2 Sep 2007 11:12:53 +0300
Message-ID: <[EMAIL PROTECTED]>
Affected files ...
... //depot/perl/pod/perldiag.pod#479 edit
Differences ...
==== //depot/perl/pod/perldiag.pod#479 (text) ====
Index: perl/pod/perldiag.pod
--- perl/pod/perldiag.pod#478~31699~ 2007-08-10 02:57:08.000000000 -0700
+++ perl/pod/perldiag.pod 2007-09-02 05:06:00.000000000 -0700
@@ -1804,10 +1804,10 @@
=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)
End of Patch.