diff options
author | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2022-05-19 17:57:04 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <leonerd@leonerd.org.uk> | 2022-05-19 22:38:44 +0100 |
commit | e8e0a7c59e2615991a7963725a819604a95368b8 (patch) | |
tree | fa90ecd7c3f7d3c5fdb4a81e877110ab64202bd8 /pod/perllocale.pod | |
parent | 28003a95818e4d096e18c687a8bddd8584656154 (diff) | |
download | perl-e8e0a7c59e2615991a7963725a819604a95368b8.tar.gz |
Remove documentation references to recent Configure taint changes
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r-- | pod/perllocale.pod | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 14a5bcb65f..30940a5a1f 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -1162,7 +1162,6 @@ which may be untrustworthy in consequence. Note that it is possible to compile Perl without taint support, in which case all taint features silently do nothing. -See L<perlsec> for how to tell if your perl supports taint checking. Here is a summary of the tainting behavior of operators and functions that may be affected by the locale: |