Tiehandle stuff in change 595 didn't add to MANIFEST
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 27 Feb 1998 15:37:22 +0000 (15:37 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 27 Feb 1998 15:37:22 +0000 (15:37 +0000)
p4raw-id: //depot/perl@597

MANIFEST

index 5516135..59ac58c 100644 (file)
--- 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