In perl.git, the branch blead has been updated <https://perl5.git.perl.org/perl.git/commitdiff/3809fbedec3d42a2a277c56a53c17eec96ca5c54?hp=cc2768c21cd2e88fe30cbdf00870407196dbe0a0>
- Log ----------------------------------------------------------------- commit 3809fbedec3d42a2a277c56a53c17eec96ca5c54 Author: James E Keenan <[email protected]> Date: Tue Sep 4 09:37:40 2018 -0400 Insert missing 'T' to list of PERL5OPT switches. And, in passing, group upper- and lower-case switches properly. For: RT 133044. Thanks to contributor KES. ----------------------------------------------------------------------- Summary of changes: pod/perlrun.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 8f15bc2c98..93a2746b6a 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -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 -- Perl5 Master Repository
