From: Jos I. Boumans Date: Wed, 30 Apr 2003 09:45:16 +0000 (+0000) Subject: [DOC PATCH] missing ')' in File::Path docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b6d5dbc1eed820c42d86630d1d36196ce0c8b8fc;p=p5sagit%2Fp5-mst-13.2.git [DOC PATCH] missing ')' in File::Path docs From: "Jos I.Boumans" Message-ID: <20030430114513165+0200@nntp.perl.org> p4raw-id: //depot/perl@19426 --- diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 46af24f..6180ff8 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 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 +Therefore, you must be extremely careful about using C in situations where security is an issue. =head1 AUTHORS