Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Data-MessagePack CPAN distribution.

Report information
The Basics
Id: 72920
Status: resolved
Priority: 0/
Queue: Data-MessagePack

People
Owner: Nobody in particular
Requestors: jean [...] veronis.fr
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.38
Fixed in: (no value)



Subject: Bug in float conversion
Error in float packing : #!/usr/bin/env perl use 5.10.0; use Data::MessagePack; my $mp = Data::MessagePack->new(); my $float = 0.123; say $mp->unpack($mp->pack($float)); # prints 0.123 (ok) if ( $float > 0 ) { say $mp->unpack($mp->pack($float)); } # prints 0 (WRONG !)
OMG, strange! Fixed in 0.39. Thanks, -- Goro Fuji (gfx) GFUJI at CPAN.org
From: jean [...] veronis.fr
Le Dim 04 Déc 2011 10:42:24, GFUJI a écrit : Show quoted text
> OMG, strange! > > Fixed in 0.39. > > Thanks,
Congratulations for this very quick fix, and many thanks for this great package !
Don't re-open issues for comments ;) -- Goro Fuji (gfx) GFUJI at CPAN.org