diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-25 10:47:38 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-04-25 10:47:38 +0000 |
commit | 2bc125db0be8f6077dfd3833df6acaa9cee96d53 (patch) | |
tree | 5652ec0aa5734dbaf59f22f2ebac7d572d521330 /devel/p5-PathTools/pkg-descr | |
parent | 348696956445b62065569ebeffda4d57d4208d73 (diff) | |
download | ports-2bc125db0be8f6077dfd3833df6acaa9cee96d53.tar.gz ports-2bc125db0be8f6077dfd3833df6acaa9cee96d53.zip |
Notes
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. |