summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-09 08:02:52 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-09 08:02:52 +0000
commit823edd999e1a252d36bcee7f4b8cc4bb197530e3 (patch)
tree5aa813d577fb904161bd4b105f0df8143a16bc3c /MANIFEST
parent45f6cd40adbe98ca464cda969ccb3807be35e893 (diff)
downloadperl-823edd999e1a252d36bcee7f4b8cc4bb197530e3.tar.gz
add Data-Dumper, up patchlevel to 71, various misc tweaks to
make all configs build on Solaris and win32 p4raw-id: //depot/perl@1396
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST7
1 files changed, 7 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index cdaed37579..6b1f96b2bf 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -180,6 +180,11 @@ ext/DB_File/DB_File_BS Berkeley DB extension mkbootstrap fodder
ext/DB_File/Makefile.PL Berkeley DB extension makefile writer
ext/DB_File/dbinfo Berkeley DB database version checker
ext/DB_File/typemap Berkeley DB extension interface types
+ext/Data/Dumper/Changes Data pretty printer, changelog
+ext/Data/Dumper/Dumper.pm Data pretty printer, module
+ext/Data/Dumper/Dumper.xs Data pretty printer, externals
+ext/Data/Dumper/Makefile.PL Data pretty printer, makefile writer
+ext/Data/Dumper/Todo Data pretty printer, futures
ext/DynaLoader/DynaLoader_pm.PL Dynamic Loader perl module
ext/DynaLoader/Makefile.PL Dynamic Loader makefile writer
ext/DynaLoader/README Dynamic Loader notes and intro
@@ -802,6 +807,8 @@ t/lib/cgi-html.t See if CGI.pm works
t/lib/cgi-request.t See if CGI.pm works
t/lib/checktree.t See if File::CheckTree works
t/lib/complex.t See if Math::Complex works
+t/lib/dumper.t See if Data::Dumper works
+t/lib/dumper-ovl.t See if Data::Dumper works for overloaded data
t/lib/db-btree.t See if DB_File works
t/lib/db-hash.t See if DB_File works
t/lib/db-recno.t See if DB_File works