X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FFile%2FPath.pm;h=7881b6b35af390e6e260453935274dc0e42fbff2;hb=f93bb41e64f81800210e18ffedb5ed633e362495;hp=6180ff87b269ffbd9dfb28980d853912a1597e90;hpb=b6d5dbc1eed820c42d86630d1d36196ce0c8b8fc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/File/Path.pm b/lib/File/Path.pm index 6180ff8..7881b6b 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 @@ -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 );