From: Casey West Date: Mon, 5 May 2003 13:25:47 +0000 (-0400) Subject: Re: [DOC PATCH] & More File::Path issues X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b8d5f52139b667ea3276273b5665157310d1a461;p=p5sagit%2Fp5-mst-13.2.git Re: [DOC PATCH] & More File::Path issues Message-ID: <20030505172547.GB20508@geeknest.com> p4raw-id: //depot/perl@19444 --- diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 6180ff8..5cb9d44 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -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 in situations where security is an issue. +=head1 DIAGNOSTICS + +=over 4 + +=item * + +On Windows, if C gives you the warning: B, this may mean that you've exceeded your filesystem's +maximum path length. + +=back + =head1 AUTHORS Tim Bunce > and