On 2015-03-21 15:36:26, SREZIC wrote:
Show quoted text> On 2014-06-02 05:42:03, pjacklam wrote:
> > Thanks. I know what's wrong. The Math::BigInt::GMP module itself is
> > OK, but the test scripts in the Math-BigInt-GMP distribution (and
> > probably also the other back-ends) are not updated to reflect the most
> > recent changes in the Math-BigInt distribution.
>
> FYI: still failing with perl 5.21.10.
What are your plans for a fix? Would it be just the diff below --- but in this case the minimum version for Math::BigFloat would be needed to be increased, which is not yet possible, because this version is not on CPAN yet?
diff --git i/t/bigfltpm.inc w/t/bigfltpm.inc
index 0911627..1528e48 100644
--- i/t/bigfltpm.inc
+++ w/t/bigfltpm.inc
@@ -1406,8 +1406,8 @@ NaNmul:-inf:NaN
&fdiv-list
0:0:NaN,NaN
0:1:0,0
-9:4:2.25,1
-9:5:1.8,4
+9:4:2,1
+9:5:1,4
# bug in v1.74 with bdiv in list context, when $y is 1 or -1
2.1:-1:-2.1,0
2.1:1:2.1,0