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.
This commit is contained in:
Peter John Acklam 2023-09-24 08:30:22 -04:00 committed by James E Keenan
parent 6a237533fb
commit 41d0ddc96a
3 changed files with 5 additions and 8 deletions

View File

@ -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

View File

@ -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/},

View File

@ -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<https://metacpan.org/release/Math-BigInt-FastCalc>
L<http://matrix.cpantesters.org/?dist=Math-BigInt-FastCalc>
=item CPAN Ratings
L<https://cpanratings.perl.org/dist/Math-BigInt-FastCalc>
=back
=head1 LICENSE