From: Father Chrysostomos Date: Wed, 27 Jun 2012 05:24:56 +0000 (-0700) Subject: perldiag: ‘Variable is not imported’ is a default warning X-Git-Tag: upstream/5.20.0~6229^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=120b0f8160a00435a865034da2bba2251cd38a26;p=platform%2Fupstream%2Fperl.git perldiag: ‘Variable is not imported’ is a default warning --- diff --git a/pod/perldiag.pod b/pod/perldiag.pod index dc6f80b..c1b5c37 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -5611,7 +5611,7 @@ executed, so its $a is not available for capture. =item Variable "%s" is not imported%s -(W misc) With "use strict" in effect, you referred to a global variable +(S misc) With "use strict" in effect, you referred to a global variable that you apparently thought was imported from another module, because something else of the same name (usually a subroutine) is exported by that module. It usually means you put the wrong funny character on the