From 4bb6c75a4739d76a16dc0dc46dc4f7ad8c8a0b73 Mon Sep 17 00:00:00 2001 From: Chris 'BinGOs' Williams Date: Fri, 4 Dec 2015 15:37:53 +0000 Subject: 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. --- cpan/Math-BigInt-FastCalc/FastCalc.xs | 4 ++-- cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cpan') diff --git a/cpan/Math-BigInt-FastCalc/FastCalc.xs b/cpan/Math-BigInt-FastCalc/FastCalc.xs index a045c7172e..eb228e4ca5 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 487d8ade93..c73f7c46f3 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 -- cgit v1.2.1