X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FPath.pm;h=46af24fdb2027caf70084a79e989ba8dae84bd23;hb=35c0985d87e203a100f5c5fc6518bee6a2e2fd9d;hp=ffc077fa6a608f92018bcdf9db2d772a2c443951;hpb=070ed4611e2512e7f027c985566ea59b2621cd8f;p=p5sagit%2Fp5-mst-13.2.git 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 ($@) {