X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FTest-Leaner.git;a=blobdiff_plain;f=t%2F03-fallback.t;fp=t%2F03-fallback.t;h=a5db1524f8108e60e172708c673fe1f47b0e9d45;hp=c57c45eebb11eb9b96a24710a4fb8e2cd000a36d;hb=de0427488ee9f7973135b9568461a9572fed1c89;hpb=667993a63f2a5e9858b79392b14b9854753c1bcf diff --git a/t/03-fallback.t b/t/03-fallback.t index c57c45e..a5db152 100644 --- a/t/03-fallback.t +++ b/t/03-fallback.t @@ -4,7 +4,7 @@ use strict; use warnings; BEGIN { - if ("$]" >= 5.008004 and "$]" <= 5.008005) { + if ("$]" >= 5.008_004 and "$]" <= 5.008_005) { require Test::More; Test::More::plan(skip_all => 'goto may segfault randomly on perl 5.8.4 and 5.8.5');