diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-14 17:50:44 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-09-14 17:50:44 +0000 |
commit | ac06ab1de2fadeeb1962be6804923320d378ac8b (patch) | |
tree | 7494268ec4b41fd041b87b307ca37d05e8db2ce6 | |
parent | d2560b705d852dbc96fd94b95faaa076758b7a8c (diff) | |
download | perl-ac06ab1de2fadeeb1962be6804923320d378ac8b.tar.gz |
The one that got away.
p4raw-id: //depot/perl@7082
-rw-r--r-- | lib/File/Find.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Find.pm b/lib/File/Find.pm index c5bb9c8aad..6e6e462767 100644 --- a/lib/File/Find.pm +++ b/lib/File/Find.pm @@ -119,7 +119,7 @@ user's I<wanted()> function are still tainted. See above. This should be set using the C<qr> quoting operator. The default is set to C<qr|^([-+@\w./]+)$|>. -Note that the parantheses which are vital. +Note that the parantheses are vital. =item C<untaint_skip> |