X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2Flib%2Fautovivification%2FTestThreads.pm;h=25f2ae699378f693253723fe364b81c04d2a85c5;hb=7839df4d069fb2962a189f08bf7c92ff63d261fa;hp=e77cf3dbdb247d972ded1b50fb65e369b690c6dc;hpb=dbff488a5a427fafbbe3b561436c0f81247cc525;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/lib/autovivification/TestThreads.pm b/t/lib/autovivification/TestThreads.pm index e77cf3d..25f2ae6 100644 --- a/t/lib/autovivification/TestThreads.pm +++ b/t/lib/autovivification/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', [ ]);