diff options
author | Donald Burr <dburr@FreeBSD.org> | 2000-11-23 05:02:14 +0000 |
---|---|---|
committer | Donald Burr <dburr@FreeBSD.org> | 2000-11-23 05:02:14 +0000 |
commit | fb6006943e8855a2910201c01ce4fda9d812645f (patch) | |
tree | 162d8e4103d86b120b48a6fe7a6377c0298bd387 /devel/p5-PathTools/pkg-descr | |
parent | Import of new port databases/p5-ApacheDBILogger, a Perl5 module that (diff) |
Import of new port devel/p5-File-Spec, a set of Perl5 modules to
portably manipulate file specifications
Diffstat (limited to 'devel/p5-PathTools/pkg-descr')
-rw-r--r-- | devel/p5-PathTools/pkg-descr | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-PathTools/pkg-descr b/devel/p5-PathTools/pkg-descr new file mode 100644 index 000000000000..c6b391dddffe --- /dev/null +++ b/devel/p5-PathTools/pkg-descr @@ -0,0 +1,9 @@ +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. |