From e8e0a7c59e2615991a7963725a819604a95368b8 Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Thu, 19 May 2022 17:57:04 +0100 Subject: Remove documentation references to recent Configure taint changes --- pod/perlipc.pod | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pod/perlipc.pod') 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 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 -- cgit v1.2.1