Skip Menu |

This queue is for tickets about the Parse-RPN CPAN distribution.

Report information
The Basics
Id: 88671
Status: new
Priority: 0/
Queue: Parse-RPN

People
Owner: Nobody in particular
Requestors: ANDK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in:
  • 2.80
  • 2.81
  • 2.82
  • 2.83
  • 2.84
  • 2.85
Fixed in: (no value)



Subject: Fails on nvsize!=8 due to string comparison on floating point number
t/02Math.t is written with a 32bit system in mind. Perl can have long double and 16bit floats, so the tests need to be written with some epsilon tolerance for floating point results. I would suggest to deploy Test::Number::Delta for the tests, it provides a convenient interface. Sample fail report: http://www.cpantesters.org/cpan/report/34361597 HTH && Thanks