This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f5966a
)
perldiag: ‘Variable is not imported’ is a default warning
author
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 05:24:56 +0000
(22:24 -0700)
committer
Father Chrysostomos
<sprout@cpan.org>
Wed, 27 Jun 2012 07:52:49 +0000
(
00:52
-0700)
pod/perldiag.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perldiag.pod
b/pod/perldiag.pod
index
dc6f80b
..
c1b5c37
100644
(file)
--- 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