X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F03-fallback.t;h=a5db1524f8108e60e172708c673fe1f47b0e9d45;hb=HEAD;hp=9c2451eae9221a298d69b2c7f5c965141068d228;hpb=929c8bab7d9cc5a7247006772efa931797016d59;p=perl%2Fmodules%2FTest-Leaner.git diff --git a/t/03-fallback.t b/t/03-fallback.t index 9c2451e..a5db152 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.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');