Searched refs:_perl_abs_path (Results 1 - 2 of 2) sorted by last modified time

/macosx-10.9.5/CPANInternal-140/PathTools/
H A DCwd.pm501 sub _perl_abs_path subroutine
724 *abs_path = \&_perl_abs_path unless defined &abs_path;
/macosx-10.9.5/CPANInternal-140/PathTools/t/
H A Dcwd.t22 # _perl_abs_path() currently only works when the directory separator
180 like(Cwd::_perl_abs_path("linktest"), qr|$want$|) if $EXTRA_ABSPATH_TESTS;
195 path_ends_with(Cwd::_perl_abs_path($path), 'cwd.t', '_perl_abs_path() can be invoked on a file')
201 path_ends_with(Cwd::_perl_abs_path($path), 'cwd.t', '_perl_abs_path() can be invoked on a file')
220 is Cwd::_perl_abs_path($file), $file, '_perl_abs_path() works on files in the root directory'

Completed in 150 milliseconds