summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-03 14:40:02 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-03 14:40:02 +0000
commit8db299b857ebbe26dfb8bdded5060d4e93e0ef7c (patch)
treea39fca2225f1e284adaa71023f9d932f59ab0505 /MANIFEST
parentcff038c093b1e26725739ab3ab28950b8fe37d7d (diff)
downloadperl-8db299b857ebbe26dfb8bdded5060d4e93e0ef7c.tar.gz
Fix up MANIFEST.
p4raw-id: //depot/perl@458
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST6
1 files changed, 2 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index a9094bb942..60995036dd 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -743,13 +743,11 @@ t/lib/soundex.t See if Soundex works
t/lib/symbol.t See if Symbol works
t/lib/texttabs.t See if Text::Tabs works
t/lib/textwrap.t See if Text::Wrap works
+t/lib/thread.t Basic test of threading (skipped if no threads)
t/lib/tie-push.t Test for Tie::Array
t/lib/tie-stdarray.t Test for Tie::StdArray
t/lib/tie-stdpush.t Test for Tie::StdArray
-t/lib/thread.t Basic test of threading (skipped if no threads)
-t/lib/tie-push.t See if pushing onto tied arrays works
-t/lib/tie-stdarray.t See if tied arrays work
-t/lib/tie-stdpush.t See if pushing onto standard tied arrays works
+t/lib/timelocal.t See if Time::Local works
t/lib/trig.t See if Math::Trig works
t/op/append.t See if . works
t/op/arith.t See if arithmetic works