From 4bb6c75a4739d76a16dc0dc46dc4f7ad8c8a0b73 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Fri, 4 Dec 2015 15:37:53 +0000 Subject: [PATCH 1/1] Update Math-BigInt-FastCalc to CPAN version 0.38 [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 | 2 +- cpan/Math-BigInt-FastCalc/FastCalc.xs | 4 ++-- cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4d56576..3339601 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -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/}, diff --git a/cpan/Math-BigInt-FastCalc/FastCalc.xs b/cpan/Math-BigInt-FastCalc/FastCalc.xs index a045c71..eb228e4 100644 --- a/cpan/Math-BigInt-FastCalc/FastCalc.xs +++ b/cpan/Math-BigInt-FastCalc/FastCalc.xs @@ -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 diff --git a/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm b/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm index 487d8ad..c73f7c4 100644 --- a/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm +++ b/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm @@ -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 -- 1.8.3.1