X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/157686ebd1035e2697e51fcfa2e7de145ea36e05..5c7211248d8b00140edb83c8ed744d148679fb52:/ext/B/t/concise-xs.t diff --git a/ext/B/t/concise-xs.t b/ext/B/t/concise-xs.t index 3ce4625..ba9a1ed 100644 --- a/ext/B/t/concise-xs.t +++ b/ext/B/t/concise-xs.t @@ -119,9 +119,9 @@ use Test::More tests => ( # per-pkg tests (function ct + require_ok) 40 + 16 # Data::Dumper, Digest::MD5 + 517 + 239 # B::Deparse, B + 595 + 190 # POSIX, IO::Socket - + 346 * ($] > 5.009) + + 345 * ($] > 5.009) + 17 * ($] >= 5.009003) - - 366); # fudge + - 365); # fudge require_ok("B::Concise");