X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2FThread%2Fio.tx;h=8855897a9bdad216eeae7f3cf0856b4119704cb3;hb=69ca0fd0bef57ce8f6e0725124a9bd19455d9e2f;hp=693d91067d6d24fd3b4319d5b1f50a2992586098;hpb=34d676f12ecdcb32c64fe75fdc59168709fa30ea;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/Thread/io.tx b/ext/Thread/io.tx index 693d910..8855897 100644 --- a/ext/Thread/io.tx +++ b/ext/Thread/io.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;