diff options
author | thorpej <thorpej@pkgsrc.org> | 2003-10-09 06:21:59 +0000 |
---|---|---|
committer | thorpej <thorpej@pkgsrc.org> | 2003-10-09 06:21:59 +0000 |
commit | 34893d74203ac0a8f729a0883acb8c7b0c6487c1 (patch) | |
tree | 7fe439dd86fa43e9c70694cd7878214bcfb57b7a /devel/p5-File-Spec/DESCR | |
parent | 5efa7f06863ec279e04288272bcfbe8286296ecf (diff) | |
download | pkgsrc-34893d74203ac0a8f729a0883acb8c7b0c6487c1.tar.gz |
CPAN File::Spec - portably perform operations on file names.
Diffstat (limited to 'devel/p5-File-Spec/DESCR')
-rw-r--r-- | devel/p5-File-Spec/DESCR | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/p5-File-Spec/DESCR b/devel/p5-File-Spec/DESCR new file mode 100644 index 00000000000..c7315813a47 --- /dev/null +++ b/devel/p5-File-Spec/DESCR @@ -0,0 +1,9 @@ +File::Spec - portably perform operations on file names + +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 König, Andy Dougherty, Charles Bailey, +Ilya Zakharevich, Paul Schinder, and others. |