X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FPath.pm;h=5cb9d44bc0e2603092d49d78985afff805522eb2;hb=fa76202e3aa22e9755f1a461416769c368b47afc;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..5cb9d44 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