]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/lib/autovivification/TestThreads.pm
Update VPIT::TestHelpers to e8344578
[perl/modules/autovivification.git] / t / lib / autovivification / TestThreads.pm
index 3e0c7c951e64f6be4b88ac6d3f427768bfd507b5..e77cf3dbdb247d972ded1b50fb65e369b690c6dc 100644 (file)
@@ -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,