1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/devel/p5-File-PathConvert/pkg-descr
Anton Berezin dde3a89e47 Add p5-File-PathConvert, a perl module to perform various path
manipulations.  Although the author of the module has deprecated it and
asks to use File::Spec and Cwd instead, it apparently is still being
used (by freshports, for example).
2005-02-27 19:24:45 +00:00

9 lines
334 B
Plaintext

File::PathConvert provides functions to convert between absolute and
relative paths, and from logical paths to physical paths on a variety of
filesystems, including the URL 'filesystem'.
For new programs, it is probably better to use File::Spec and Cwd
modules, if you can help it.
WWW: http://search.cpan.org/dist/File-PathConvert