cpan/Math-BigInt-FastCalc - Update to version 0.5018

0.5018 2024-01-06

 * Sync test files with Math-BigInt.
This commit is contained in:
Max Maischein 2024-01-11 20:24:37 +01:00
parent b020cc52e2
commit 9035069470
2 changed files with 3 additions and 2 deletions

View File

@ -776,7 +776,8 @@ our %Modules = (
},
'Math::BigInt::FastCalc' => {
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5016.tar.gz',
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5018.tar.gz',
'SYNCINFO' => 'corion on Thu Jan 11 20:24:21 2024',
'SYNCINFO' => 'jkeenan on Sat Dec 30 14:31:28 2023',
'SYNCINFO' => 'jkeenan on Sun Sep 24 08:29:56 2023',
'FILES' => q[cpan/Math-BigInt-FastCalc],

View File

@ -12,7 +12,7 @@ BEGIN {
our @ISA = qw< Math::BigInt::Calc >;
}
our $VERSION = '0.5016';
our $VERSION = '0.5018';
my $MAX_EXP_F; # the maximum possible base 10 exponent with "no integer"
my $MAX_EXP_I; # the maximum possible base 10 exponent with "use integer"