From: Jarkko Hietaniemi Date: Thu, 20 Dec 2001 20:59:55 +0000 (+0000) Subject: Sterner admonishment on -t. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70b75758f8fb2cc713010bb8bc05cd986151b9b2;p=p5sagit%2Fp5-mst-13.2.git Sterner admonishment on -t. p4raw-id: //depot/perl@13822 --- diff --git a/pod/perlrun.pod b/pod/perlrun.pod index 726a69d..2b7cca1 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) -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) must be used along with this option. B 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>