X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FPath.pm;h=7881b6b35af390e6e260453935274dc0e42fbff2;hb=f93bb41e64f81800210e18ffedb5ed633e362495;hp=46af24fdb2027caf70084a79e989ba8dae84bd23;hpb=99c4c5e8b3aed6f7ee0c58ddf8ec0fe3dfc7e3a6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 46af24f..7881b6b 100644 --- a/lib/File/Path.pm +++ b/lib/File/Path.pm @@ -90,9 +90,21 @@ were not deleted may be left with permissions reset to allow world read and write access. Note also that the occurrence of errors in rmtree can be determined I by trapping diagnostic messages using C<$SIG{__WARN__}>; it is not apparent from the return value. -Therefore, you must be extremely careful about using C +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 @@ -107,7 +119,7 @@ use Exporter (); use strict; use warnings; -our $VERSION = "1.05"; +our $VERSION = "1.06"; our @ISA = qw( Exporter ); our @EXPORT = qw( mkpath rmtree );