[DOC PATCH] missing ')' in File::Path docs
Jos I. Boumans [Wed, 30 Apr 2003 09:45:16 +0000 (09:45 +0000)]
From: "Jos I.Boumans" <kane@dwim.org>
Message-ID: <20030430114513165+0200@nntp.perl.org>

p4raw-id: //depot/perl@19426

lib/File/Path.pm

index 46af24f..6180ff8 100644 (file)
@@ -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