Home
last modified time | relevance | path

Searched refs:_perl_abs_path (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/usr.bin/perl/dist/PathTools/t/
Dcwd.t200 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'
Dcwd_enoent.t25 skip "_perl_abs_path() not expected to work", 4
40 local *Cwd::abs_path = \&Cwd::_perl_abs_path if $type eq "perl";
/openbsd/src/gnu/usr.bin/perl/dist/PathTools/
DCwd.pm370 sub _perl_abs_path subroutine
654 *abs_path = \&_perl_abs_path unless defined &abs_path;
DChanges68 - [perl #132651] Avoid infinite recursion in _perl_abs_path()
611 - Skip the _perl_abs_path() tests on Cygwin - they don't usually
623 - Removed the prototype from _perl_abs_path() and the XS version of
697 - Only test _perl_abs_path() on platforms where it's expected to work
707 - 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().