summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeil Bowers <neilb@neilb.org>2022-04-20 16:21:37 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2022-04-20 18:30:10 +0100
commit84e88a5c5578425dcc510742babe4d59e57e8c3b (patch)
tree40cb5c36000c737b74eca81c95ab9cb38edbd142
parent707d8393c57860cc01901096b7f9505436607dcd (diff)
downloadperl-84e88a5c5578425dcc510742babe4d59e57e8c3b.tar.gz
fixed typo in taint_support comments, shoulda been "with" not "without"
-rw-r--r--pod/perldelta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod
index 551042b5f4..c03bcc8149 100644
--- a/pod/perldelta.pod
+++ b/pod/perldelta.pod
@@ -329,7 +329,7 @@ L</Platform Support> section, instead.
=item *
A new question has been added to Configure, to ask if you want to build
-perl without taint support. If you say "no", then all taint features,
+perl with taint support. If you say "no", then all taint features,
such as the B<-T> and B<-t> switches, will silently do nothing.
It defaults to "yes", so if you run Configure accepting all defaults,
you'll get a perl which supports taint just like before.