X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F41-clone.t;h=30d300bb521e3491786125b02da5d6d2af1f5d53;hb=8e2184e72b9ec7b9d7bddd4bf5be516f2b561db9;hp=b6bd2a8f70af3c2169d8ce66d976cd7069126f25;hpb=8a14a992ccd972cfbf1bbb0b14dd4447facd3154;p=perl%2Fmodules%2FVariable-Magic.git diff --git a/t/41-clone.t b/t/41-clone.t index b6bd2a8..30d300b 100644 --- a/t/41-clone.t +++ b/t/41-clone.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"