Subject: | Convert::ASN1 bug with perl long doubles? |
Hi,
Not sure if this is a problem or not, but when I built perl 5.8.2 with long double support on Tru64 5.1B I get the following errors when trying to make test Convert::ASN1 0.18:
#17: expecting 6.78
#17: got 6.78000000000000024868995751603507
#line 58 t/02seq.t
not ok 17
#18: expecting 12.34
#18: got 12.33999999999999985789145284798
#line 59 t/02seq.t
not ok 18
FAILED tests 17-18
Failed 2/18 tests, 88.89% okay
Also not sure if this is a perl problem or not but make test for perl passed everything.
Let me know if I can provide any additional information.
If I build perl 5.8.2 without long double support then Convert::ASN1 0.18 builds fine.
Jeff Long