summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-06-20 23:29:09 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-06-20 23:29:09 +0000
commit270d1e3932d8fd3e603e87df650a603bf9eefa79 (patch)
tree8e44af3d54b27484d1cd2b9593a17a01deef4bd6 /MANIFEST
parentfa4efe8e185f853b396be995a5d8d97c8d245e03 (diff)
downloadperl-270d1e3932d8fd3e603e87df650a603bf9eefa79.tar.gz
add File-Spec-0.6 from CPAN
p4raw-id: //depot/perl@1164
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST7
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 7634708ac6..b1b91253cf 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -461,6 +461,12 @@ lib/File/Copy.pm Emulation of cp command
lib/File/DosGlob.pm Win32 DOS-globbing module
lib/File/Find.pm Routines to do a find
lib/File/Path.pm Do things like `mkdir -p' and `rm -r'
+lib/File/Spec.pm portable operations on file names
+lib/File/Spec/Mac.pm portable operations on Mac file names
+lib/File/Spec/OS2.pm portable operations on OS2 file names
+lib/File/Spec/Unix.pm portable operations on Unix file names
+lib/File/Spec/VMS.pm portable operations on VMS file names
+lib/File/Spec/Win32.pm portable operations on Win32 file names
lib/File/stat.pm By-name interface to Perl's builtin stat
lib/FileCache.pm Keep more files open than the system permits
lib/FileHandle.pm Backward-compatible front end to IO extension
@@ -791,6 +797,7 @@ t/lib/filecopy.t See if File::Copy works
t/lib/filefind.t See if File::Find works
t/lib/filehand.t See if FileHandle works
t/lib/filepath.t See if File::Path works
+t/lib/filespec.t See if File::Spec works
t/lib/findbin.t See if FindBin works
t/lib/gdbm.t See if GDBM_File works
t/lib/getopt.t See if Getopt::Std and Getopt::Long works