Skip to content

Commit 6f3297e

Browse files
committed
cpan/Math-BigInt - Update to version 2.004001
2.004001 2025-02-12 * Improve upgrading and downgrading. - Upgrading and downgrading is more consistent. - Upgrading and downgrading now keeps the reference, so in the following example, $x changes from being a Math::BigInt with a value of 2 to a Math::BigFloat with the value 1.4142... perl -Mbignum -le '$x = 2; $x -> bsqrt(); print $x' * Fix bug in Math::BigFloat->bdiv(): in list context, bdiv() would do floored division, except when the denominator was 1. Now, bdiv() always does floored division.
1 parent b64bec8 commit 6f3297e

File tree

14 files changed

+2704
-1629
lines changed

14 files changed

+2704
-1629
lines changed

Porting/Maintainers.pl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -763,8 +763,8 @@ package Maintainers;
763763
},
764764

765765
'Math::BigInt' => {
766-
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-2.003004.tar.gz',
767-
'SYNCINFO' => 'jkeenan on Thu Jan 23 12:59:32 2025',
766+
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-2.004001.tar.gz',
767+
'SYNCINFO' => 'mauke on Wed Mar 19 06:15:30 2025',
768768
'FILES' => q[cpan/Math-BigInt],
769769
'EXCLUDED' => [
770770
qr{^xt/},
@@ -782,9 +782,9 @@ package Maintainers;
782782
'EXCLUDED' => [
783783
qr{^inc/},
784784
qr{^xt/},
785-
qr{^t/Math/BigInt/Lib/TestUtil.pm},
786785
qw( t/00sig.t
787786
t/01load.t
787+
t/Math/BigInt/Lib/TestUtil.pm
788788
),
789789

790790
# instead we use the versions of these test

0 commit comments

Comments
 (0)