summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-05-07 04:08:07 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-05-07 04:08:07 +0000
commit262eb13aa35b5ce928092979fac273245f2552a1 (patch)
tree882f28fa03dc836038589848046563a14479f407 /MANIFEST
parent0aa0096c796aa2a7b13a25bca62505f1b99f6734 (diff)
downloadperl-262eb13aa35b5ce928092979fac273245f2552a1.tar.gz
add File::Temp v0.08 from CPAN, with small tweaks to testsuite
(from Tim Jenness <t.jenness@jach.hawaii.edu>) p4raw-id: //depot/perl@6080
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b4bf9e0f7f..2500943624 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -618,6 +618,7 @@ 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/Temp.pm create safe temporary files and file handles
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
@@ -1285,6 +1286,10 @@ 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/ftmp-mktemp.t See if File::Temp works
+t/lib/ftmp-posix.t See if File::Temp works
+t/lib/ftmp-security.t See if File::Temp works
+t/lib/ftmp-tempfile.t See if File::Temp works
t/lib/gdbm.t See if GDBM_File works
t/lib/getopt.t See if Getopt::Std and Getopt::Long work
t/lib/glob-basic.t See if File::Glob works