ysth@raven:~/dl/tmp/Math-BigApprox-0.001003$ 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 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 127) # Expected: "-inf" (huge**1e300**1e300 eq inf) # t/cover.t line 127 is: ok( ($n{'1e+400'}**1e300)**1e300, # Test 78 got: "1e-9.0000000000000005e+307" (t/cover.t at line 131) # Expected: "0" (tiny**9e305 eq 0) # t/cover.t line 131 is: ok( $notzero, 0, 'tiny**9e305 eq 0' ); #78# # Test 79 got: "1e+9.0000000000000005e+307" (t/cover.t at line 134) # Expected: "-inf" (1/notzero eq inf) # t/cover.t line 134 is: ok( 1/$notzero, exp(1e300), '1/notzero eq inf' ); #79# # Test 80 got: "-1e+9.0000000000000005e+307" (t/cover.t at line 135) # Expected: "inf" (1/notzero eq -inf) # t/cover.t line 135 is: ok( 1/-$notzero, -exp(1e300), '1/notzero eq -inf' ); #80# t/cover....NOK 80/190# Test 132 got: "" (t/cover.t at line 200) # Expected: "1" (notzero == 0) # t/cover.t line 200 is: ok( $notzero == 0, 1, 'notzero == 0' ); #132# # Test 133 got: "" (t/cover.t at line 201) # Expected: "1" (notzero <= 0) # t/cover.t line 201 is: ok( $notzero <= 0, 1, 'notzero <= 0' ); #133# # Test 136 got: "1" (t/cover.t at line 204) # Expected: "" (not notzero > 0) # t/cover.t line 204 is: ok( $notzero > 0, !1, 'not notzero > 0' ); #136# # Test 145 got: "inf" (t/cover.t at line 215) # Expected: "-inf" (NV big**100 eq inf) # t/cover.t line 215 is: ok( NV($n{1e+100}**100), exp(1e100), 'NV big**100 eq inf' ); #145# # Test 147 got: "-inf" (t/cover.t at line 217) # Expected: "inf" (NV tiny**-100 eq -inf) # t/cover.t line 217 is: ok( NV(1/$n{-1e-100}**101), -exp(1e100), 'NV tiny**-100 eq -inf' ); #147# # Test 170 got: "1" (t/cover.t at line 259 *TODO*) # Expected: "0" (Sign notzero eq 0) # t/cover.t line 259 is: ok( $notzero->Sign(), 0, 'Sign notzero eq 0' ); #170# t/cover....FAILED tests 67-68, 76-80, 132-133, 136, 145, 147 Failed 12/190 tests, 93.68% okay Failed Test Stat Wstat Total Fail List of Failed ------------------------------------------------------------------------------- t/cover.t 190 12 67-68 76-80 132-133 136 145 147 Failed 1/1 test scripts. 12/190 subtests failed. Files=1, Tests=190, 1 wallclock secs ( 0.16 cusr + 0.00 csys = 0.16 CPU) Failed 1/1 test programs. 12/190 subtests failed. make: *** [test_dynamic] Error 255