X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2Flib%2Fautovivification%2FTestThreads.pm;h=25f2ae699378f693253723fe364b81c04d2a85c5;hb=7839df4d069fb2962a189f08bf7c92ff63d261fa;hp=3e0c7c951e64f6be4b88ac6d3f427768bfd507b5;hpb=fdb8e22d8aab6fac43cfb8a69405c289e28e064f;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/lib/autovivification/TestThreads.pm b/t/lib/autovivification/TestThreads.pm index 3e0c7c9..25f2ae6 100644 --- a/t/lib/autovivification/TestThreads.pm +++ b/t/lib/autovivification/TestThreads.pm @@ -19,10 +19,9 @@ 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('threads', $force ? '0' : '1.67', [ ], - 'required to test thread safety'); + load_or_skip_all('threads', $force ? '0' : '1.67', [ ]); my %exports = ( spawn => \&spawn,