summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Bunce <TimBunce@ig.ac.uk>1998-05-01 22:38:38 +0000
committerTim Bunce <TimBunce@ig.ac.uk>1998-05-01 22:38:38 +0000
commitff331b7f4f58650dbbe769f5192f5f314e4392f2 (patch)
treeb6dff982625b44c4578e62b9790da45f5433d755
parent19392d14d3f3e05bf7ae86ef2367d832dd5c3f92 (diff)
downloadperl-ff331b7f4f58650dbbe769f5192f5f314e4392f2.tar.gz
Update MANIFEST for trial 2.
(Porting/Contract lib/Tie/Handle.pm t/op/tiehandle.t) p4raw-id: //depot/maint-5.004/perl@913
-rw-r--r--MANIFEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index b76f0da5fd..9f0962baa4 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -13,6 +13,7 @@ INSTALL Detailed installation instructions
INTERN.h Included before domestic .h files
MANIFEST This list of files
Makefile.SH A script that generates Makefile
+Porting/Contract Guidelines for creating patches to Perl
Porting/Glossary Glossary of config.sh variables
Porting/makerel Release making utility
Porting/patchls Flexible patch file listing utility
@@ -390,6 +391,7 @@ lib/Text/ParseWords.pm Perl module to split words on arbitrary delimiter
lib/Text/Soundex.pm Perl module to implement Soundex
lib/Text/Tabs.pm Do expand and unexpand
lib/Text/Wrap.pm Paragraph formatter
+lib/Tie/Handle.pm Base class for tied handles
lib/Tie/Hash.pm Base class for tied hashes
lib/Tie/RefHash.pm Base class for tied hashes with references as keys
lib/Tie/Scalar.pm Base class for tied scalars
@@ -765,6 +767,7 @@ t/op/substr.t See if substr works
t/op/sysio.t See if sysread and syswrite work
t/op/taint.t See if tainting works
t/op/tie.t See if tie/untie functions work
+t/op/tiehandle.t See if tied handle functions work
t/op/time.t See if time functions work
t/op/undef.t See if undef works
t/op/universal.t See if UNIVERSAL class works