On Tue, Oct 14, 2014 at 2:05 AM, Tony Cook via RT <perlbug-followup@perl.org > wrote: > 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. This fixes aboce problem for me, thanx. Cheers, RoderichThread Next