Fix File::Path docs as suggested by Ronald Kimball.
Abhijit Menon-Sen [Mon, 4 Mar 2002 08:16:06 +0000 (08:16 +0000)]
p4raw-id: //depot/perl@14984

lib/File/Path.pm

index ffc077f..46af24f 100644 (file)
@@ -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<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 ($@) {