summaryrefslogtreecommitdiff
path: root/lib/filetest.pm
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-11-27 12:56:13 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-11-27 12:56:13 +0000
commit6ca796d8ae94908bbc34cd873f81a4bfacef7c12 (patch)
tree54f80a65b23955dd6209d555f5e09efec43f9f84 /lib/filetest.pm
parent9a4da9311d34e77ffdec7b888a8a3f66535ff14e (diff)
downloadperl-6ca796d8ae94908bbc34cd873f81a4bfacef7c12.tar.gz
eliminate dup hunk from integration
p4raw-id: //depot/perl@2319
Diffstat (limited to 'lib/filetest.pm')
-rw-r--r--lib/filetest.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/filetest.pm b/lib/filetest.pm
index fe1777e443..65fc1704f0 100644
--- a/lib/filetest.pm
+++ b/lib/filetest.pm
@@ -32,7 +32,7 @@ There may be a slight performance decrease in the filetests
when C<use filetest> is in effect, because in some systems
the extended functionality needs to be emulated.
-B<NOTE>: using the file tests for security purposes is a lost case
+B<NOTE>: using the file tests for security purposes is a lost cause
from the start: there is a window open for race conditions (who is to
say that the permissions will not change between the test and the real
operation?). Therefore if you are serious about security, just try