Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 6790b41ca89be2f1800ee8a9974414c44424e03f
https://github.com/Perl/perl5/commit/6790b41ca89be2f1800ee8a9974414c44424e03f
Author: Nicolas R <[email protected]>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M Porting/Maintainers.pl
M cpan/Math-BigInt/lib/Math/BigFloat.pm
M cpan/Math-BigInt/lib/Math/BigInt.pm
M cpan/Math-BigInt/lib/Math/BigInt/Calc.pm
M cpan/Math-BigInt/lib/Math/BigInt/Lib.pm
M cpan/Math-BigInt/t/Math/BigFloat/Subclass.pm
M cpan/Math-BigInt/t/Math/BigInt/Subclass.pm
M cpan/Math-BigInt/t/bigintpm.inc
M cpan/Math-BigInt/t/sub_mbf.t
M cpan/Math-BigInt/t/sub_mbi.t
Log Message:
-----------
Update Math-BigInt to CPAN version 1.999829
[DELTA]
* Improve methods div_scale() and round_mode() so they work better with
subclasses. This fixes CPAN RT #125430.
* Make div_scale() accept a Math::Big(Int|Float|Rat) object as input. This
fixes CPAN RT #140599.
Commit: 9bfb09e8f10521a5baac0bf5fde6a4efcb703f23
https://github.com/Perl/perl5/commit/9bfb09e8f10521a5baac0bf5fde6a4efcb703f23
Author: Nicolas R <[email protected]>
Date: 2022-01-20 (Thu, 20 Jan 2022)
Changed paths:
M MANIFEST
M Porting/Maintainers.pl
A cpan/bignum/gentest/backend.sh
M cpan/bignum/gentest/scope-nested-const.sh
M cpan/bignum/gentest/scope-nested-hex-oct.sh
M cpan/bignum/lib/Math/BigFloat/Trace.pm
M cpan/bignum/lib/Math/BigInt/Trace.pm
M cpan/bignum/lib/Math/BigRat/Trace.pm
M cpan/bignum/lib/bigint.pm
M cpan/bignum/lib/bignum.pm
M cpan/bignum/lib/bigrat.pm
A cpan/bignum/t/backend-gmp-bigint.t
A cpan/bignum/t/backend-gmp-bignum.t
A cpan/bignum/t/backend-gmp-bigrat.t
A cpan/bignum/t/backend-pari-bigint.t
A cpan/bignum/t/backend-pari-bignum.t
A cpan/bignum/t/backend-pari-bigrat.t
Log Message:
-----------
Update bignum to CPAN version 0.64
[DELTA]
* Fix CPAN RT #140470. The pragmas ignored user-specified backend libraries.
Add tests to verify the fix.
* Add missing documentation.
Compare: https://github.com/Perl/perl5/compare/5ce4758b4aa3...9bfb09e8f105