This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
cpan/Math-BigInt-FastCalc - Update to version 0.5016
authorPeter John Acklam <pjacklam@online.no>
Sat, 30 Dec 2023 19:31:53 +0000 (14:31 -0500)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 30 Dec 2023 19:33:14 +0000 (14:33 -0500)
0.5016 2023-12-27

 * Sync test files with Math-BigInt.

Porting/Maintainers.pl
cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm

index 0e93099..5e40eca 100755 (executable)
@@ -775,7 +775,8 @@ our %Modules = (
     },
 
     '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'     => [
index 88e0c07..9f260ad 100644 (file)
@@ -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"