summaryrefslogtreecommitdiff
path: root/pod/perlvar.pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-01-09 21:03:07 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2003-01-09 21:03:07 +0000
commit18e8c5b0ab88bb6c234f02aede38dd76a3b3f1cf (patch)
tree4d28b3326c61848b8c2068a718bff9a8cfe93a97 /pod/perlvar.pod
parent40d020d967675a6decd375f53496ed3aa1c8be01 (diff)
downloadperl-18e8c5b0ab88bb6c234f02aede38dd76a3b3f1cf.tar.gz
Document that ${^TAINT} is read-only.
p4raw-id: //depot/perl@18467
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r--pod/perlvar.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod
index 271633e2c9..08235c2cb4 100644
--- a/pod/perlvar.pod
+++ b/pod/perlvar.pod
@@ -1107,7 +1107,7 @@ and B<-C> filetests are based on this value.
Reflects if taint mode is on or off. 1 for on (the program was run with
B<-T>), 0 for off, -1 when only taint warnings are enabled (i.e. with
-B<-t> or B<-TU>).
+B<-t> or B<-TU>). This variable is read-only.
=item $PERL_VERSION