Skip to content

Commit 1a056e8

Browse files
Peter John Acklamjkeenan
authored andcommitted
cpan/Math-BigInt-FastCalc - Update to version 0.5020
0.5020 2025-03-25 * Sync test files with Math-BigInt.
1 parent 2c4a7f2 commit 1a056e8

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
@@ -778,8 +778,8 @@ package Maintainers;
778778
},
779779

780780
'Math::BigInt::FastCalc' => {
781-
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5019.tar.gz',
782-
'SYNCINFO' => 'mauke on Wed Mar 19 06:31:57 2025',
781+
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5020.tar.gz',
782+
'SYNCINFO' => 'jkeenan on Thu Apr 10 20:46:45 2025',
783783
'FILES' => q[cpan/Math-BigInt-FastCalc],
784784
'EXCLUDED' => [
785785
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.5019';
15+
our $VERSION = '0.5020';
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)