From 90350694709e57c52f8d543846ec7d7843301fb4 Mon Sep 17 00:00:00 2001 From: Max Maischein Date: Thu, 11 Jan 2024 20:24:37 +0100 Subject: [PATCH] cpan/Math-BigInt-FastCalc - Update to version 0.5018 0.5018 2024-01-06 * Sync test files with Math-BigInt. --- Porting/Maintainers.pl | 3 ++- cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3349097e9b..9aa13c956e 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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], diff --git a/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm b/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm index 9f260ad29b..09819b3a36 100644 --- a/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm +++ b/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm @@ -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"