X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLexical-Types.git;a=blobdiff_plain;f=t%2Flib%2FLexical%2FTypes%2FTestThreads.pm;h=13a72d282246aa003cc395c81a441631d388d788;hp=d8928b11049e0050c1e26910f892e208265f0ae1;hb=20bcb585bd9651cd40e91ab49b3651aa7259c3a6;hpb=a0eeae209119b07c3961d3432055eccf84b3b37c diff --git a/t/lib/Lexical/Types/TestThreads.pm b/t/lib/Lexical/Types/TestThreads.pm index d8928b1..13a72d2 100644 --- a/t/lib/Lexical/Types/TestThreads.pm +++ b/t/lib/Lexical/Types/TestThreads.pm @@ -19,7 +19,7 @@ sub import { skip_all 'This perl wasn\'t built to support threads' unless $Config{useithreads}; skip_all 'perl 5.13.4 required to test thread safety' - unless $force or "$]" >= 5.013004; + unless $force or "$]" >= 5.013_004; load_or_skip_all('threads', $force ? '0' : '1.67', [ ]);