summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-11-22 22:45:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-11-22 22:45:51 +0000
commit2c4bb738a4721f993f446c73b9ec18fc8ed72864 (patch)
tree01d3576764503f11f0d6a1e4e45e286b2093b7b4 /MANIFEST
parent90385c815c78566bc973223991ee5ba2f82bf73f (diff)
downloadperl-2c4bb738a4721f993f446c73b9ec18fc8ed72864.tar.gz
Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
p4raw-id: //depot/perl@7820
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST6
1 files changed, 6 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 5c25ff6d39..98e1150acf 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -287,6 +287,9 @@ ext/File/Glob/Makefile.PL File::Glob extension makefile writer
ext/File/Glob/TODO File::Glob extension todo list
ext/File/Glob/bsd_glob.c File::Glob extension run time code
ext/File/Glob/bsd_glob.h File::Glob extension header file
+ext/Filter/Util/Call.pm Filter::Util::Call extension module
+ext/Filter/Util/Call.xs Filter::Util::Call extension external subroutines
+ext/Filter/Util/Makefile.PL Filter::Util::Call extension makefile writer
ext/GDBM_File/GDBM_File.pm GDBM extension Perl module
ext/GDBM_File/GDBM_File.xs GDBM extension external subroutines
ext/GDBM_File/Makefile.PL GDBM extension makefile writer
@@ -680,6 +683,7 @@ 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
+lib/Filter/Simple.pm Simple frontend to Filter::Util::Call
lib/FindBin.pm Find name of currently executing program
lib/Getopt/Long.pm Fetch command options (GetOptions)
lib/Getopt/Std.pm Fetch command options (getopt, getopts)
@@ -1384,6 +1388,8 @@ t/lib/filefunc.t See if File::Spec::Functions 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/filt-util.t See if Filter::Util::Call works
+t/lib/filt-util.pl See if Filter::Util::Call 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