Change 14984 by ams@lustre on 2002/03/04 08:16:06
Fix File::Path docs as suggested by Ronald Kimball.
Affected files ...
.... //depot/perl/lib/File/Path.pm#31 edit
Differences ...
==== //depot/perl/lib/File/Path.pm#31 (text) ====
Index: perl/lib/File/Path.pm
--- perl/lib/File/Path.pm.~1~ Mon Mar 4 01:30:05 2002
+++ perl/lib/File/Path.pm Mon Mar 4 01:30:05 2002
@@ -41,8 +41,8 @@
using the Unix '/' separator) created.
If a system error prevents a directory from being created, then the
-C<mkpath> function throws a fatal error with Perl's C<croak> mechanism.
-This error can be trapped with an C<eval> block:
+C<mkpath> function throws a fatal error with C<Carp::croak>. This error
+can be trapped with an C<eval> block:
eval { mkpath($dir) };
if ($@) {
End of Patch.