Skip to content

Commit

Permalink
cpan/Math-BigInt-FastCalc - Update to version 0.5016
Browse files Browse the repository at this point in the history
0.5016 2023-12-27

 * Sync test files with Math-BigInt.
  • Loading branch information
Peter John Acklam authored and jkeenan committed Dec 30, 2023
1 parent fabf9dc commit 099140d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Porting/Maintainers.pl
Original file line number Diff line number Diff line change
Expand Up @@ -775,7 +775,8 @@ package Maintainers;
},

'Math::BigInt::FastCalc' => {
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5015.tar.gz',
'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5016.tar.gz',
'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],
'EXCLUDED' => [
Expand Down
2 changes: 1 addition & 1 deletion cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ BEGIN {
our @ISA = qw< Math::BigInt::Calc >;
}

our $VERSION = '0.5015';
our $VERSION = '0.5016';

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"
Expand Down

0 comments on commit 099140d

Please sign in to comment.