X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;ds=sidebyside;f=t%2Flib%2FScope%2FUpper%2FTestThreads.pm;h=6bb179f74f88f23e7bfd202e12c84cb06b1c9c78;hb=2a18e8782399faeadf74c5f4fc5fb6889ca67baa;hp=71b4e621fdc3610c60664b6c411476ab9b2b2b0a;hpb=0d4ca8dc9e961839f860c16529bda09010803ad0;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,