dxma / perl5-json-jq

JSON::JQ - jq (https://stedolan.github.io/jq/) library binding
MIT License
5 stars 5 forks source link

Tests failing on perls compiled with -Duselongdouble #13

Closed andk closed 1 year ago

andk commented 2 years ago

As per subject. Sample fail report: http://www.cpantesters.org/cpan/report/4678fcb6-001c-11ed-b4f4-42d70cb46c39

Comparing floating point numbers requires a bit of tolerance, maybe a case to try out Test::Number::Delta.

dxma commented 1 year ago

Thank you for letting me know. I think I've fixed it in latest release.