From: Abhijit Menon-Sen Date: Mon, 4 Mar 2002 08:16:06 +0000 (+0000) Subject: Fix File::Path docs as suggested by Ronald Kimball. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=99c4c5e8b3aed6f7ee0c58ddf8ec0fe3dfc7e3a6;p=p5sagit%2Fp5-mst-13.2.git Fix File::Path docs as suggested by Ronald Kimball. p4raw-id: //depot/perl@14984 --- diff --git a/lib/File/Path.pm b/lib/File/Path.pm index ffc077f..46af24f 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -41,8 +41,8 @@ It returns a list of all directories (including intermediates, determined using the Unix '/' separator) created. If a system error prevents a directory from being created, then the -C function throws a fatal error with Perl's C mechanism. -This error can be trapped with an C block: +C function throws a fatal error with C. This error +can be trapped with an C block: eval { mkpath($dir) }; if ($@) {