From 43d3ddbe925b286b82a05bbdbe845c119bb8b987 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 16 Nov 2001 04:37:52 +0000 Subject: Make Thread a wrapper for both ithreads and 5005threads. Needs a lot of work and Arthur's eyeballing (and finishing few missing odds and ends of threads.pm). Now Thread is an extension without its own .pm. If there are people who have experience working with either the 5005threads or the ithreads: cleaning up the documentation (Thread.pm, threads.pm, and perl*thrtut.pod), and porting the various Thread::* modules, like Thread::Queue, to work also with ithreads, is needed. Removed the 5005threads requirement from the 5005 tests for easier testing (not all of them work yet since they use the Thread::* modules that have not been made to work with ithreads). Leave the 5005 tests named as *.tx so that they are not run by "make test". p4raw-id: //depot/perl@13036 --- ext/Thread/die.tx | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/Thread/die.tx') diff --git a/ext/Thread/die.tx b/ext/Thread/die.tx index 1a65f1413b..25814162da 100644 --- a/ext/Thread/die.tx +++ b/ext/Thread/die.tx @@ -4,10 +4,6 @@ BEGIN { print "1..0 # Skip: no Config\n"; exit(0); } - if ($Config{extensions} !~ /\bThread\b/) { - print "1..0 # Skip: no use5005threads\n"; - exit(0); - } } use Thread 'async'; -- cgit v1.2.1