X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F59-unwind-threads.t;h=65ef8272c18cf8d5c61a3de6af515a7ae3449566;hb=e26cff534d772ff66c0cdf5761787f43c6b7c5ec;hp=236df4cf3b119fda1af940c166a247471ac7d599;hpb=2e88c3aab11a9282e757ef97d7ff3a2da749c4d9;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/59-unwind-threads.t b/t/59-unwind-threads.t index 236df4c..65ef827 100644 --- a/t/59-unwind-threads.t +++ b/t/59-unwind-threads.t @@ -17,7 +17,7 @@ BEGIN { skipall 'This perl wasn\'t built to support threads' unless $Config{useithreads}; skipall 'perl 5.13.4 required to test thread safety' - unless $force or $] >= 5.013004; + unless $force or "$]" >= 5.013004; skipall "threads $t_v required to test thread safety" unless eval "use threads $t_v; 1"; }