From: Malcolm Beattie Date: Fri, 27 Feb 1998 15:37:22 +0000 (+0000) Subject: Tiehandle stuff in change 595 didn't add to MANIFEST X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d22150111e6fba142fe332ab0f2c6233df82013c;p=p5sagit%2Fp5-mst-13.2.git Tiehandle stuff in change 595 didn't add to MANIFEST p4raw-id: //depot/perl@597 --- diff --git a/MANIFEST b/MANIFEST index 5516135..59ac58c 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