summaryrefslogtreecommitdiff
path: root/cpan/Test-Simple/t/subtest/threads.t
diff options
context:
space:
mode:
authorChad Granum <chad.granum@dreamhost.com>2014-08-15 08:40:10 -0700
committerJames E Keenan <jkeenan@cpan.org>2014-08-16 23:19:29 +0200
commit6bdb88770f849c47b5c09e733ac460ce3e9dbc97 (patch)
tree3eda7f11aea1019f7a802c1caecfb81ab26e7761 /cpan/Test-Simple/t/subtest/threads.t
parent7d16fb5f4895e672484c0b7490722d46df82b099 (diff)
downloadperl-6bdb88770f849c47b5c09e733ac460ce3e9dbc97.tar.gz
Update to include latest Test::Builder alpha
Also updated some tests that the new builder broke
Diffstat (limited to 'cpan/Test-Simple/t/subtest/threads.t')
-rw-r--r--cpan/Test-Simple/t/subtest/threads.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/Test-Simple/t/subtest/threads.t b/cpan/Test-Simple/t/subtest/threads.t
index 0d70b1e6e5..5d053ca2db 100644
--- a/cpan/Test-Simple/t/subtest/threads.t
+++ b/cpan/Test-Simple/t/subtest/threads.t
@@ -5,8 +5,8 @@ use warnings;
use Config;
BEGIN {
- unless ( $] >= 5.008001 && $Config{'useithreads'} &&
- eval { require threads; 'threads'->import; 1; })
+ unless ( $] >= 5.008001 && $Config{'useithreads'} &&
+ eval { require threads; 'threads'->import; 1; })
{
print "1..0 # Skip: no working threads\n";
exit 0;