Skip Menu |

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

Report information
The Basics
Id: 113959
Status: resolved
Priority: 0/
Queue: Math-Big

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

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



Subject: Tests fail (probably only with latest Math::BigInt)
See subject. Failing test output starts like this: Output from '/usr/bin/make test': PERL_DL_NONLAZY=1 "/bbbike/perl-5.18.4/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t Using bzero() as a function is deprecated; use bzero() as a method instead at ../lib/Math/Big.pm line 112. Use of uninitialized value $_[0] in string eq at /home/cpansand/.cpan/build/2016042418/Math-BigInt-1.999718-aNhI3g/blib/lib/Math/BigInt.pm line 866, <DATA> line 20. Use of uninitialized value $_[0] in string eq at /home/cpansand/.cpan/build/2016042418/Math-BigInt-1.999718-aNhI3g/blib/lib/Math/BigInt.pm line 866, <DATA> line 20. # Failed test 'tried '@ans = (); @ans = Math::Big::fibonacci ("3",);'' # at t/bigpm.t line 70. # got: '' # expected: ' 0 1 1 2' ...
Thanks for the report. I tracked this down to a newly introduced bug in bone() in Math::BigInt. The same bug also exists in Math::BigFloat.
Fixed in Math-BigInt v1.999722.