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'
...