summaryrefslogtreecommitdiff
path: root/pod/perlrun.pod
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-05-19 17:57:04 +0100
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2022-05-19 22:38:44 +0100
commite8e0a7c59e2615991a7963725a819604a95368b8 (patch)
treefa90ecd7c3f7d3c5fdb4a81e877110ab64202bd8 /pod/perlrun.pod
parent28003a95818e4d096e18c687a8bddd8584656154 (diff)
downloadperl-e8e0a7c59e2615991a7963725a819604a95368b8.tar.gz
Remove documentation references to recent Configure taint changes
Diffstat (limited to 'pod/perlrun.pod')
-rw-r--r--pod/perlrun.pod7
1 files changed, 1 insertions, 6 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index 4d60f70063..817e2f2568 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -861,8 +861,7 @@ used I<only> as a temporary development aid while securing legacy code:
for real production code and for new secure code written from scratch,
always use the real L</-T>.
-This has no effect if your perl was built without taint support
-(see L<perlsec>).
+This has no effect if your perl was built without taint support.
=item B<-T>
X<-T>
@@ -877,10 +876,6 @@ seen by Perl quite early; usually this means it must appear early
on the command line or in the C<#!> line for systems which support
that construct.
-If your perl has been built without taint support, then this option
-has no effect. See L<perlsec> for how to check whether your perl
-supports taint checking.
-
=item B<-u>
X<-u>