diff options
author | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-27 15:37:22 +0000 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1998-02-27 15:37:22 +0000 |
commit | d22150111e6fba142fe332ab0f2c6233df82013c (patch) | |
tree | ace7931083f785663c7ec4424b79447dbc581613 /MANIFEST | |
parent | 85364e4e9e38fdbb16a5f77f54ec36d6f5e0162b (diff) | |
download | perl-d22150111e6fba142fe332ab0f2c6233df82013c.tar.gz |
Tiehandle stuff in change 595 didn't add to MANIFEST
p4raw-id: //depot/perl@597
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |