Skip Menu |

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

Report information
The Basics
Id: 31829
Status: resolved
Worked: 10 min
Priority: 0/
Queue: Math-BigInt

People
Owner: TELS [...] cpan.org
Requestors: mschwern [...] cpan.org
Cc:
AdminCc:

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



Subject: Release 1.88?
This is sort of a bug. I've hit a bug in 5.8.8/1.87 that doesn't appear in 5.10.0/1.88. Could you release 1.88 in a separate distribution so I can upgrade 1.88? Thanks. $ perl -wle 'use Test::More tests => 2; use Math::BigInt; $bigint = Math::BigInt->new(9048704); $bigint += Math::BigInt->new("3270000000"); ok $bigint == 3279048704; ok $bigint eq "3279048704";' 1..2 not ok 1 # Failed test at -e line 1. ok 2 $ perl5.10.0 -wle 'use Test::More tests => 2; use Math::BigInt; $bigint = Math::BigInt->new(9048704); $bigint += Math::BigInt->new("3270000000"); ok $bigint == 3279048704; ok $bigint eq "3279048704";' 1..2 ok 1 ok 2
I'm mistaken, this bug effects 5.8.8 even after I used 1.88 from 5.10.0.
On Sun Dec 23 05:27:06 2007, MSCHWERN wrote: Show quoted text
> I'm mistaken, this bug effects 5.8.8 even after I used 1.88 from 5.10.0.
I wil have a look - RT once again managed to not sent me emails with new bugs :( In any event, I am currently stuck with an issue with Ubuntu - Math::BigInt does not install properly on it, e.g. it does not override the core version, meaning after updating it, you still end up with the old version. I am out of energy to try to track down why this fails - and nobody else seems to have hit that problem yet....
Upcoming release should happen this weekend :) Sorry for the delay, tels
v1.88 has hit CPAN. Sorry for the delay :( And thanx for the report and poking me :)