X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2Flib%2FScope%2FUpper%2FTestThreads.pm;h=6bb179f74f88f23e7bfd202e12c84cb06b1c9c78;hb=c50db90df8e42e68dbec0a73acc5010cc951d19d;hp=71b4e621fdc3610c60664b6c411476ab9b2b2b0a;hpb=c9c2e1e51a8c563265670a5738ba68fad8253419;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/lib/Scope/Upper/TestThreads.pm b/t/lib/Scope/Upper/TestThreads.pm index 71b4e62..6bb179f 100644 --- a/t/lib/Scope/Upper/TestThreads.pm +++ b/t/lib/Scope/Upper/TestThreads.pm @@ -25,8 +25,7 @@ sub import { skip_all 'perl 5.13.4 required to test thread safety' unless $force or "$]" >= 5.013_004; - load_or_skip('threads', $force ? '0' : '1.67', [ ], - 'required to test thread safety'); + load_or_skip_all('threads', $force ? '0' : '1.67', [ ]); my %exports = ( spawn => \&spawn,