1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/devel/p5-PathTools/pkg-descr
Donald Burr fb6006943e Import of new port devel/p5-File-Spec, a set of Perl5 modules to
portably manipulate file specifications
2000-11-23 05:02:14 +00:00

10 lines
476 B
Plaintext

This module is designed to support operations commonly
performed on file specifications (usually called "file
names", but not to be confused with the contents of a
file, or Perl's file handles), such as concatenating
several directory and file names into a single path, or
determining whether a path is rooted. It is based on code
directly taken from MakeMaker 5.17, code written by
Andreas Koenig, Andy Dougherty, Charles Bailey, Ilya
Zakharevich, Paul Schinder, and others.