Skip Menu |

This queue is for tickets about the Math-Fractal-Mandelbrot CPAN distribution.

Report information
The Basics
Id: 133510
Status: new
Priority: 0/
Queue: Math-Fractal-Mandelbrot

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

Bug Information
Severity: (no value)
Broken in: 0.04
Fixed in: (no value)



Subject: Failed test 'can set epsilon' (with -Duselongdouble)
The test suite fails if perl is compiled with increased floating point accuracy (-Duselongdouble): ... # Failed test 'can set epsilon' # at t/mandel.t line 30. # got: '0.0100000000000000002' # expected: '0.01' # Looks like you failed 1 test of 12. t/mandel.t ... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/12 subtests ...