Sterner admonishment on -t.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 20 Dec 2001 20:59:55 +0000 (20:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 20 Dec 2001 20:59:55 +0000 (20:59 +0000)
p4raw-id: //depot/perl@13822

pod/perlrun.pod

index 726a69d..2b7cca1 100644 (file)
@@ -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>