X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F03-fallback.t;h=a5db1524f8108e60e172708c673fe1f47b0e9d45;hb=HEAD;hp=c57c45eebb11eb9b96a24710a4fb8e2cd000a36d;hpb=d3e5f75f3c4d82429e8ef9dccf275e4e8e6d4260;p=perl%2Fmodules%2FTest-Leaner.git 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');