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=c57c45eebb11eb9b96a24710a4fb8e2cd000a36d;hp=9c2451eae9221a298d69b2c7f5c965141068d228;hb=d3e5f75f3c4d82429e8ef9dccf275e4e8e6d4260;hpb=5fd6c1574b8f8435c3555d9581ecd82d87ac4b76 diff --git a/t/03-fallback.t b/t/03-fallback.t index 9c2451e..c57c45e 100644 --- a/t/03-fallback.t +++ b/t/03-fallback.t @@ -4,7 +4,7 @@ use strict; use warnings; BEGIN { - if ($^V ge v5.8.4 and $^V le v5.8.5) { + if ("$]" >= 5.008004 and "$]" <= 5.008005) { require Test::More; Test::More::plan(skip_all => 'goto may segfault randomly on perl 5.8.4 and 5.8.5');