X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F40-threads.t;h=726b9cc0323868166c7095390a8d410ff3a826fc;hb=8e2184e72b9ec7b9d7bddd4bf5be516f2b561db9;hp=d10146d603254114379ae09e924d1f240aa7c507;hpb=8a14a992ccd972cfbf1bbb0b14dd4447facd3154;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/40-threads.t b/t/40-threads.t index d10146d..726b9cc 100644 --- a/t/40-threads.t +++ b/t/40-threads.t @@ -16,6 +16,7 @@ BEGIN { my $ts_v = '1.14'; skipall 'This perl wasn\'t built to support threads' unless $Config{useithreads}; + skipall 'perl 5.13.4 required to test thread safety' unless $] >= 5.013004; skipall "threads $t_v required to test thread safety" unless eval "use threads $t_v; 1"; skipall "threads::shared $ts_v required to test thread safety"