This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Math-BigInt-FastCalc to CPAN version 0.38
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Fri, 4 Dec 2015 15:37:53 +0000 (15:37 +0000)
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>
Mon, 7 Dec 2015 00:29:22 +0000 (00:29 +0000)
  [DELTA]

2015-12-02 v0.38 pjacklam
  * Use 'static double', not just 'double' in FastCalc.xs.
  * Move 'Test::More' from 'build_requires' to 'test_requires' in Makefile.PL.

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

index 4d56576..3339601 100755 (executable)
@@ -735,7 +735,7 @@ use File::Glob qw(:case);
     },
 
     'Math::BigInt::FastCalc' => {
-        'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.37.tar.gz',
+        'DISTRIBUTION' => 'PJACKLAM/Math-BigInt-FastCalc-0.38.tar.gz',
         'FILES'        => q[cpan/Math-BigInt-FastCalc],
         'EXCLUDED'     => [
             qr{^inc/},
index a045c71..eb228e4 100644 (file)
@@ -14,8 +14,8 @@
 # define croak_xs_usage croak
 #endif
 
-double XS_BASE = 0;
-double XS_BASE_LEN = 0;
+static double XS_BASE = 0;
+static double XS_BASE_LEN = 0;
 
 MODULE = Math::BigInt::FastCalc                PACKAGE = Math::BigInt::FastCalc
 
index 487d8ad..c73f7c4 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 
 use Math::BigInt::Calc 1.999706;
 
-our $VERSION = '0.37';
+our $VERSION = '0.38';
 
 ##############################################################################
 # global constants, flags and accessory