Subject: | Can't locate object method "to_hex" via package "Math::BigInt" |
The bigint.t test fails on some of my smoker systems:
...
Can't locate object method "to_hex" via package "Math::BigInt" at /home/cpansand/.cpan/build/2018100607/Net-IPv6Addr-0.95-D3KXuR/blib/lib/Net/IPv6Addr.pm line 606, <DATA> line 3.
t/bigint.t .......
Dubious, test returned 25 (wstat 6400, 0x1900)
No subtests run
...
Probably this happens if an older version of Math::BigInt is installed. Statistical analysis:
****************************************************************
Regression 'mod:Math::BigInt'
****************************************************************
Name Theta StdErr T-stat
[0='const'] -0.0000 0.0000 -0.60
[1='eq_1.9993'] 0.0000 0.0000 0.54
[2='eq_1.9997'] 0.0000 0.0000 0.56
[3='eq_1.999715'] -0.0000 0.0000 -0.56
[4='eq_1.999726'] 0.0000 0.0000 0.98
[5='eq_1.999806'] 0.0000 0.0000 0.98
[6='eq_1.999808'] 1.0000 0.0000 3811984980405299.00
[7='eq_1.999811'] 1.0000 0.0000 5230000245792022.00
[8='eq_1.999813'] 1.0000 0.0000 5300350021361682.00
R^2= 1.000, N= 69, K= 9
****************************************************************
(That is, 1.999808 and newer is OK, 1.999806 and older is not)