X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2Flib%2FLexical%2FTypes%2FTestThreads.pm;h=d8928b11049e0050c1e26910f892e208265f0ae1;hb=674b8d01edc919b0156b75b7f479d94981e9cc5a;hp=83242bcd39e0dec5cdf863d0ddf9cb86f0188692;hpb=a838a3bf0d49fcb56ea57da58771d2e2c77bfc26;p=perl%2Fmodules%2FLexical-Types.git diff --git a/t/lib/Lexical/Types/TestThreads.pm b/t/lib/Lexical/Types/TestThreads.pm index 83242bc..d8928b1 100644 --- a/t/lib/Lexical/Types/TestThreads.pm +++ b/t/lib/Lexical/Types/TestThreads.pm @@ -21,8 +21,7 @@ sub import { skip_all 'perl 5.13.4 required to test thread safety' unless $force or "$]" >= 5.013004; - 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,