This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Insert missing 'T' to list of PERL5OPT switches.
authorJames E Keenan <jkeenan@cpan.org>
Tue, 4 Sep 2018 13:37:40 +0000 (09:37 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Tue, 4 Sep 2018 13:37:40 +0000 (09:37 -0400)
And, in passing, group upper- and lower-case switches properly.

For: RT 133044.  Thanks to contributor KES.

pod/perlrun.pod

index 8f15bc2..93a2746 100644 (file)
@@ -1025,7 +1025,7 @@ PERLLIB is consulted. The program should instead say:
 X<PERL5OPT>
 
 Command-line options (switches).  Switches in this variable are treated
-as if they were on every Perl command line.  Only the B<-[CDIMUdmtwW]>
+as if they were on every Perl command line.  Only the B<-[CDIMTUWdmtw]>
 switches are allowed.  When running taint checks (either because the
 program was running setuid or setgid, or because the B<-T> or B<-t>
 switch was used), this variable is ignored.  If PERL5OPT begins with