summaryrefslogtreecommitdiff
path: root/pod/perlipc.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/perlipc.pod
parent28003a95818e4d096e18c687a8bddd8584656154 (diff)
downloadperl-e8e0a7c59e2615991a7963725a819604a95368b8.tar.gz
Remove documentation references to recent Configure taint changes
Diffstat (limited to 'pod/perlipc.pod')
-rw-r--r--pod/perlipc.pod6
1 files changed, 3 insertions, 3 deletions
diff --git a/pod/perlipc.pod b/pod/perlipc.pod
index 840c2719b0..db1fe3df72 100644
--- a/pod/perlipc.pod
+++ b/pod/perlipc.pod
@@ -1132,9 +1132,9 @@ even if we aren't running setuid or setgid. This is always a good idea
for servers or any program run on behalf of someone else (like CGI
scripts), because it lessens the chances that people from the outside will
be able to compromise your system.
-Note that perl can be built without taint support,
-in which case -T silently does nothing
-(see L<perlsec> for how to check if your perl support taint checking).
+Note that perl can be built without taint support. There are two
+different modes: in one, B<-T> will silently do nothing. In the other
+mode B<-T> results in a fatal error.
Let's look at another TCP client. This one connects to the TCP "time"
service on a number of different machines and shows how far their clocks