http://qs321.pair.com?node_id=11133639


in reply to Re^2: rel2abs of a path with env
in thread rel2abs of a path with env

All worked here (FreeBSD 13, Perl 5.32, Path::Tiny 0.118) ...

# perl -Mstrict -Mwarnings -MPath::Tiny -E \ 'say join qq[\n], map path( $_ )->absolute(), q[~/tmp], q[~tester/tmp], qq[/tmp/$ENV{USER}] ' /home/parv/tmp /home/tester/tmp /tmp/parv