Skip to content

Commit 72c0b8b

Browse files
committed
cpan/Math-BigInt-FastCalc - Update to version 0.5019
0.5019 2025-02-22 * Sync test files with Math-BigInt.
1 parent 6f3297e commit 72c0b8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Porting/Maintainers.pl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -776,8 +776,8 @@ package Maintainers;
776776
},
777777

778778
'Math::BigInt::FastCalc' => {
779-
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5018.tar.gz',
780-
'SYNCINFO' => 'corion on Thu Jan 11 20:24:21 2024',
779+
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5019.tar.gz',
780+
'SYNCINFO' => 'mauke on Wed Mar 19 06:31:57 2025',
781781
'FILES' => q[cpan/Math-BigInt-FastCalc],
782782
'EXCLUDED' => [
783783
qr{^inc/},

cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BEGIN {
1212
our @ISA = qw< Math::BigInt::Calc >;
1313
}
1414

15-
our $VERSION = '0.5018';
15+
our $VERSION = '0.5019';
1616

1717
my $MAX_EXP_F; # the maximum possible base 10 exponent with "no integer"
1818
my $MAX_EXP_I; # the maximum possible base 10 exponent with "use integer"

0 commit comments

Comments
 (0)