summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorStas Bekman <stas@stason.org>2003-12-23 07:32:26 -0800
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2004-01-20 21:16:01 +0000
commitf935b2f67f1c88a353de5d1c0f7792d9812d8f31 (patch)
tree5734186eff8fbe4bbf372ca5ddaabf20bf2a6839 /MANIFEST
parent6909cc55000f14d567d0ce4e72f02e1e4307904f (diff)
downloadperl-f935b2f67f1c88a353de5d1c0f7792d9812d8f31.tar.gz
Add a new test file for situations where threads may interfere.
Subject: Re: "restricted hashes" hit again ! Message-ID: <3FE8D08A.4090806@stason.org> p4raw-id: //depot/perl@22186
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 4086e1520b..f59a1f133a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2856,6 +2856,7 @@ t/op/subst_wamp.t See if substitution works with $& present
t/op/sub.t See if subroutines work
t/op/sysio.t See if sysread and syswrite work
t/op/taint.t See if tainting works
+t/op/threads.t Misc. tests for perl features with threads
t/op/tiearray.t See if tie for arrays works
t/op/tiehandle.t See if tie for handles works
t/op/tie.t See if tie/untie functions work