2013/9/24 Joaquin Ferrero <perlbug-followup@perl.org>: > ----------------------------------------------------------------- > Cwd::_perl_abs_path() call File::Spec->rel2abs(), but $start is the path to the symlink: another duplicate https://rt.cpan.org/Public/Bug/Display.html?id=47755#txn-1303596 I think _perl_abs_path should not call rel2abs, because rel2abs _can_ return unreadable (thus unexisting) directory. and if parent directories unreadable _perl_abs_path better to return error.Thread Previous