Skip Menu |

This queue is for tickets about the DR-Tnt CPAN distribution.

Report information
The Basics
Id: 118326
Status: new
Priority: 0/
Queue: DR-Tnt

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

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



Subject: t/010-comon/msgpack/020-unpack.t fails with uselongdouble-capable perls
If perl was compiled with -Duselongdouble then the test suite fails: # Failed test 'o = msgunpack msgpack o' # at t/010-comon/msgpack/020-unpack.t line 126. # Structures begin differing at: # $got->{double} = '3.1415926999999999' # $expected->{double} = '3.1415927' # Looks like you failed 1 test of 57. t/010-comon/msgpack/020-unpack.t ....... Dubious, test returned 1 (wstat 256, 0x100) Failed 1/57 subtests Seen with perl 5.20.3 on freebsd and linux systems.