On Thu Aug 28 08:16:38 2014, roderich.schupp@gmail.com wrote: > On Cygwin, Windows UNC paths like \\foo.com\users\jluser are > represented using the POSIX "leading //" notation, e.g. // > foo.com/users/jluser. > > Cwd::chdir fails for these paths: > > $ perl -MCwd -e 'Cwd::chdir("//foo.com/users/jluser") or die "chdir: > $!";' > chdir: No such file or directory at -e line 1. > > CORE::chdir works as expected. Please try the attached patch. Tony --- via perlbug: queue: perl5 status: open https://rt.perl.org/Ticket/Display.html?id=122635Thread Previous