summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2010-09-27 21:30:49 -0700
committerFather Chrysostomos <sprout@cpan.org>2010-09-27 21:30:49 -0700
commit11a11ecf4bea72b17d250cfb43c897be1341861e (patch)
tree3e5c53f0e38d7a0d96cfd17fb24444f101d9e88a /MANIFEST
parent6034bceb5f5e62e9785bafdf0590c90656db1cc8 (diff)
downloadperl-11a11ecf4bea72b17d250cfb43c897be1341861e.tar.gz
[perl #75174] Clone dir handles
On systems that support fchdir, use it to clone dir handles. On other systems, at least for now, don’t give the new thread a copy of the handle. This is not ideal, but better than crashing.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 172b7c3a12..3cf53aa77f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4653,6 +4653,7 @@ t/op/symbolcache.t See if undef/delete works on stashes with functions
t/op/sysio.t See if sysread and syswrite work
t/op/taint.t See if tainting works
t/op/threads_create.pl Ancillary file for t/op/threads.t
+t/op/threads-dirh.t Test interaction of threads and dir handles
t/op/threads.t Misc. tests for perl features with threads
t/op/tiearray.t See if tie for arrays works
t/op/tie_fetch_count.t See if FETCH is only called once on tied variables