Subject: | Test failure (with -Duselongdouble) |
If perl is compiled with increased floating point accuracy, then the test suite fails:
...
PERL_DL_NONLAZY=1 "/opt/perl-5.26.2D/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t
# Test 22 got: "5.07692307692307692" (t/1.t at line 112)
# Expected: "5.07692307692308"
# t/1.t line 112 is: ok($total,5.07692307692308);
t/1.t ..
Failed 1/23 subtests
...