summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Vincent <jesse@bestpractical.com>2010-12-09 15:07:51 -0500
committerJesse Vincent <jesse@bestpractical.com>2010-12-09 15:50:52 -0500
commit26dfceb05d7e2ca8bd36fa88ced2f85e50accad2 (patch)
tree14580652ac155de010dcc97655f63be888a90fc8
parent9ef3b85fb7eb5182857d0323451548cf3339b325 (diff)
downloadperl-26dfceb05d7e2ca8bd36fa88ced2f85e50accad2.tar.gz
Remove a now-inaccurate statement about setuid scripts
-rw-r--r--pod/perl.pod4
1 files changed, 1 insertions, 3 deletions
diff --git a/pod/perl.pod b/pod/perl.pod
index 04eeededf6..b8ce9e38e1 100644
--- a/pod/perl.pod
+++ b/pod/perl.pod
@@ -283,9 +283,7 @@ unlimited depth. And the tables used by hashes (sometimes called
performance. Perl can use sophisticated pattern matching techniques to
scan large amounts of data quickly. Although optimized for
scanning text, Perl can also deal with binary data, and can make dbm
-files look like hashes. Setuid Perl scripts are safer than C programs
-through a dataflow tracing mechanism that prevents many stupid
-security holes.
+files look like hashes.
But wait, there's more...