Subject: | realpath |
It'd be nice if Path::Class provides an equivalent of Cwd::abs_path (or
PHP's realpath(), for name comparison) to make path absolute as well as
cleanup path and resolve all symbolic links. This is sometimes useful
for file checking.
Currently absolute() doesn't even canonicalize stuff like /foo/../bar
into /bar.