summaryrefslogtreecommitdiff
path: root/lib/File
diff options
context:
space:
mode:
authorJos I. Boumans <kane@dwim.org>2003-04-30 09:45:16 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-05 15:48:57 +0000
commitb6d5dbc1eed820c42d86630d1d36196ce0c8b8fc (patch)
treed43c786bc869f64c3c29f8be1760523ac1fd690a /lib/File
parent328fc02584f370baa42055f76b59c48da2d561f7 (diff)
downloadperl-b6d5dbc1eed820c42d86630d1d36196ce0c8b8fc.tar.gz
[DOC PATCH] missing ')' in File::Path docs
From: "Jos I.Boumans" <kane@dwim.org> Message-ID: <20030430114513165+0200@nntp.perl.org> p4raw-id: //depot/perl@19426
Diffstat (limited to 'lib/File')
-rw-r--r--lib/File/Path.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/File/Path.pm b/lib/File/Path.pm
index 46af24fdb2..6180ff87b2 100644
--- a/lib/File/Path.pm
+++ b/lib/File/Path.pm
@@ -90,7 +90,7 @@ were not deleted may be left with permissions reset to allow world
read and write access. Note also that the occurrence of errors in
rmtree can be determined I<only> by trapping diagnostic messages
using C<$SIG{__WARN__}>; it is not apparent from the return value.
-Therefore, you must be extremely careful about using C<rmtree($foo,$bar,0>
+Therefore, you must be extremely careful about using C<rmtree($foo,$bar,0)>
in situations where security is an issue.
=head1 AUTHORS