In perl.git, the branch tonyc/file-stat-cygwin has been created <http://perl5.git.perl.org/perl.git/commitdiff/d82e2a6d8f2cc6469125270842b1e69ea0d72831?hp=0000000000000000000000000000000000000000>
at d82e2a6d8f2cc6469125270842b1e69ea0d72831 (commit) - Log ----------------------------------------------------------------- commit d82e2a6d8f2cc6469125270842b1e69ea0d72831 Author: Tony Cook <t...@develop-help.com> Date: Tue Jun 11 22:38:43 2013 +1000 prevent lib/File/stat.t from aborting at END on cygwin cygwin appears to be unique in that it uses fast_abs_path() for abs_path() and vaguely follows POSIX semantics on directory permissions. Previously the tempdir created would be chmod() to 0600 (non-executable) and fast_abs_path() would croak when it couldn't chdir into the directory. ----------------------------------------------------------------------- -- Perl5 Master Repository