diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-20 20:59:55 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-20 20:59:55 +0000 |
commit | 70b75758f8fb2cc713010bb8bc05cd986151b9b2 (patch) | |
tree | 26e6682008df57b2c10505617d11978f9f7e5f20 | |
parent | 8347ad866983eb3964e8afa626ea678bb02b5b4d (diff) | |
download | perl-70b75758f8fb2cc713010bb8bc05cd986151b9b2.tar.gz |
Sterner admonishment on -t.
p4raw-id: //depot/perl@13822
-rw-r--r-- | pod/perlrun.pod | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 726a69dad8..2b7cca11ce 100644 --- a/pod/perlrun.pod +++ b/pod/perlrun.pod @@ -700,10 +700,11 @@ program will be searched for strictly on the PATH. =item B<-t> Like B<-T>, but taint checks will issue warnings rather than fatal -errors. Since these are warnings, the B<-w> switch (or C<use warnings>) -must be used along with this option. This is meant only to be used as -a temporary aid while securing code: for real production code always -use the real B<-T>. +errors. Since these are warnings, the B<-w> switch (or C<use +warnings>) must be used along with this option. B<NOTE: this is +not a substitute for -T.> This is meant only to be used as a temporary +aid while securing legacy code: for real production code and for new +secure code written from scratch always use the real B<-T>. =item B<-T> |