mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 08:38:23 +00:00
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:
parent
b020cc52e2
commit
9035069470
@ -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],
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user