Improved error messages for new comers and non-English speakers
Gabor Szabo [Sun, 2 Sep 2007 11:12:53 +0000 (14:12 +0300)]
From: "Gabor Szabo" <szabgab@gmail.com>
Message-ID: <d8a74af10709020112o77419172q4cc2f2ff66dca385@mail.gmail.com>

p4raw-id: //depot/perl@31783

pod/perldiag.pod

index 6ebcb64..a58a316 100644 (file)
@@ -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)