summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-27 15:37:22 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-27 15:37:22 +0000
commitd22150111e6fba142fe332ab0f2c6233df82013c (patch)
treeace7931083f785663c7ec4424b79447dbc581613
parent85364e4e9e38fdbb16a5f77f54ec36d6f5e0162b (diff)
downloadperl-d22150111e6fba142fe332ab0f2c6233df82013c.tar.gz
Tiehandle stuff in change 595 didn't add to MANIFEST
p4raw-id: //depot/perl@597
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 55161358e0..59ac58c08a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -473,6 +473,7 @@ 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/Array.pm Base class for tied arrays
+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
@@ -860,6 +861,7 @@ 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/tiearray.t See if tie for arrays works
+t/op/tiehandle.t See if tie for handles works
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