perl5.8.9 Makefile.PL && make all test Checking if your kit is complete... Looks good Writing Makefile for Math::BigApprox cp BigApprox.pm blib/lib/Math/BigApprox.pm Manifying blib/man3/Math::BigApprox.3 PERL_DL_NONLAZY=1 /usr/local/bin/perl5.8.9 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/cover....ok 1/190# Test 66 got: "1.000006e+4000000000000" (t/cover.t at line 109) # Expected: "1e+4000000000000" (huge**1e10 eq 1e+4e12) # t/cover.t line 109 is: ok( $n{'1e+400'}**1e10, "1e+4000000000000", 'huge**1e10 eq 1e+4e12' ); #66# # Test 67 got: "1e+3.99999999999999991e+102" (t/cover.t at line 110) # Expected: "1e+4e+102" (huge**1e100 eq 1e4e102) # t/cover.t line 110 is: ok( $n{'1e+400'}**1e100, "1e+4e+102", 'huge**1e100 eq 1e4e102' ); #67# # Test 68 got: "1e+4.00000000000000031e+302" (t/cover.t at line 111) # Expected: "1e+4e+302" (huge**1e100 eq 1e4e302) # t/cover.t line 111 is: ok( $n{'1e+400'}**1e300, "1e+4e+302", 'huge**1e100 eq 1e4e302' ); #68# # Test 76 got: "1e+3.99999999999999994e+307" (t/cover.t at line 122) # Expected: "1e+4e+307" (huge**1e305 eq 1e4e307) # t/cover.t line 122 is: ok( $n{'1e+400'}**1e305, "1e+4e+307", 'huge**1e305 eq 1e4e307' ); #76# # Test 77 got: "1e+inf" (t/cover.t at line 130) # Expected: "inf" (huge**1e300**1e300 eq inf) # t/cover.t line 130 is: ok( ($n{'1e+400'}**1e300)**1e300, $inf, 'huge**1e300**1e300 eq inf' );#77# # Test 78 got: "1e-9.0000000000000005e+307" (t/cover.t at line 133) # Expected: "0" (tiny**9e305 eq 0) # t/cover.t line 133 is: ok( $notzero, 0, 'tiny**9e305 eq 0' ); #78# # Test 79 got: "1e+9.0000000000000005e+307" (t/cover.t at line 136) # Expected: "inf" (1/notzero eq inf) # t/cover.t line 136 is: ok( 1/$notzero, $inf, '1/notzero eq inf' ); #79# # Test 80 got: "-1e+9.0000000000000005e+307" (t/cover.t at line 137) # Expected: "-inf" (1/notzero eq -inf) # t/cover.t line 137 is: ok( 1/-$notzero, -$inf, '1/notzero eq -inf' ); #80# t/cover....NOK 80/190# Test 132 got: "" (t/cover.t at line 202) # Expected: "1" (notzero == 0) # t/cover.t line 202 is: ok( $notzero == 0, 1, 'notzero == 0' ); #132# # Test 133 got: "" (t/cover.t at line 203) # Expected: "1" (notzero <= 0) # t/cover.t line 203 is: ok( $notzero <= 0, 1, 'notzero <= 0' ); #133# # Test 136 got: "1" (t/cover.t at line 206) # Expected: "" (not notzero > 0) # t/cover.t line 206 is: ok( $notzero > 0, !1, 'not notzero > 0' ); #136# # Test 170 got: "1" (t/cover.t at line 261 *TODO*) # Expected: "0" (Sign notzero eq 0) # t/cover.t line 261 is: ok( $notzero->Sign(), 0, 'Sign notzero eq 0' ); #170# t/cover....FAILED tests 66-68, 76-80, 132-133, 136 Failed 11/190 tests, 94.21% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/cover.t 190 11 66-68 76-80 132-133 136 Failed 1/1 test scripts. 11/190 subtests failed. Files=1, Tests=190, 0 wallclock secs ( 0.15 cusr + 0.00 csys = 0.15 CPU) Failed 1/1 test programs. 11/190 subtests failed. make: *** [test_dynamic] Error 255