Searched refs:_perl_abs_path (Results 1 – 4 of 4) sorted by relevance
200 my $pas = Cwd::_perl_abs_path($file);234 path_ends_with(Cwd::_perl_abs_path($path), 'cwd.t', '_perl_abs_path() can be invoked on a file')240 path_ends_with(Cwd::_perl_abs_path($path), 'cwd.t', '_perl_abs_path() can be invoked on a file')259 is Cwd::_perl_abs_path($file), $file, '_perl_abs_path() works on files in the root directory'
25 skip "_perl_abs_path() not expected to work", 440 local *Cwd::abs_path = \&Cwd::_perl_abs_path if $type eq "perl";
370 sub _perl_abs_path subroutine654 *abs_path = \&_perl_abs_path unless defined &abs_path;
68 - [perl #132651] Avoid infinite recursion in _perl_abs_path()611 - Skip the _perl_abs_path() tests on Cygwin - they don't usually623 - Removed the prototype from _perl_abs_path() and the XS version of697 - Only test _perl_abs_path() on platforms where it's expected to work707 - Fixed a problem in the pure-perl implementation _perl_abs_path()710 otherwise use _perl_abs_path(), run the tests with $ENV{PERL_CORE}722 was a problem in the pure-perl implementation _perl_abs_path().