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:
76d3ad4
)
perlrun: Note that -W can't be in PERL5OPT
author
Karl Williamson
<khw@cpan.org>
Sun, 22 Sep 2019 21:48:51 +0000
(15:48 -0600)
committer
Karl Williamson
<khw@cpan.org>
Fri, 27 Sep 2019 17:20:34 +0000
(11:20 -0600)
pod/perlrun.pod
patch
|
blob
|
blame
|
history
diff --git
a/pod/perlrun.pod
b/pod/perlrun.pod
index
2a32976
..
b325984
100644
(file)
--- a/
pod/perlrun.pod
+++ b/
pod/perlrun.pod
@@
-949,6
+949,8
@@
X<-X>
Disables all warnings regardless of C<use warnings> or C<$^W>.
See L<warnings>.
+Forbidden in L</C<PERL5OPT>>.
+
=item B<-x>
X<-x>