From 41d0ddc96a06ae00a2a5d821dd25fba6f7ee0a41 Mon Sep 17 00:00:00 2001 From: Peter John Acklam Date: Sun, 24 Sep 2023 08:30:22 -0400 Subject: [PATCH] cpan/Math-BigInt-FastCalc - Update to version 0.5015 0.5015 2023-09-20 * Sync test files with Math-BigInt. * Remove obsolete link to cpanratings.org. --- MANIFEST | 4 ++-- Porting/Maintainers.pl | 3 ++- cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm | 6 +----- 3 files changed, 5 insertions(+), 8 deletions(-) diff --git a/MANIFEST b/MANIFEST index 4a87d1fe3e..257163f302 100644 --- a/MANIFEST +++ b/MANIFEST @@ -1639,8 +1639,8 @@ cpan/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package cpan/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm Math::BigInt::FastCalc extension cpan/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension -cpan/Math-BigInt-FastCalc/t/biglog.t -cpan/Math-BigInt-FastCalc/t/bigroot.t +cpan/Math-BigInt-FastCalc/t/biglog.t Test file related to Math::BigInt::FastCalc +cpan/Math-BigInt-FastCalc/t/bigroot.t Test file related to Math::BigInt::FastCalc cpan/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension cpan/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc cpan/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 5e57e21269..7f117bc62c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -770,7 +770,8 @@ our %Modules = ( }, 'Math::BigInt::FastCalc' => { - 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5014.tar.gz', + 'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.5015.tar.gz', + 'SYNCINFO' => 'jkeenan on Sun Sep 24 08:29:56 2023', 'FILES' => q[cpan/Math-BigInt-FastCalc], 'EXCLUDED' => [ qr{^inc/}, diff --git a/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm b/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm index 21e79877f3..88e0c07cf7 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.5014'; +our $VERSION = '0.5015'; 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" @@ -184,10 +184,6 @@ L L -=item CPAN Ratings - -L - =back =head1 LICENSE