Re: [DOC PATCH] & More File::Path issues
authorCasey West <casey@geeknest.com>
Mon, 5 May 2003 13:25:47 +0000 (09:25 -0400)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 7 May 2003 20:25:45 +0000 (20:25 +0000)
Message-ID: <20030505172547.GB20508@geeknest.com>

p4raw-id: //depot/perl@19444

lib/File/Path.pm

index 6180ff8..5cb9d44 100644 (file)
@@ -93,6 +93,18 @@ using C<$SIG{__WARN__}>; it is not apparent from the return value.
 Therefore, you must be extremely careful about using C<rmtree($foo,$bar,0)>
 in situations where security is an issue.
 
+=head1 DIAGNOSTICS
+
+=over 4
+
+=item *
+
+On Windows, if C<mkpath> gives you the warning: B<No such file or
+directory>, this may mean that you've exceeded your filesystem's
+maximum path length.
+
+=back
+
 =head1 AUTHORS
 
 Tim Bunce <F<Tim.Bunce@ig.co.uk>> and