summaryrefslogtreecommitdiff
path: root/cpan
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-12-04 15:37:53 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2015-12-07 00:29:22 +0000
commit4bb6c75a4739d76a16dc0dc46dc4f7ad8c8a0b73 (patch)
tree36df118c82e8567d1472295ee1f4b887202da888 /cpan
parent97d0ceda30a3e1293529cbd6e3ecb06e5ffab0cd (diff)
downloadperl-4bb6c75a4739d76a16dc0dc46dc4f7ad8c8a0b73.tar.gz
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.
Diffstat (limited to 'cpan')
-rw-r--r--cpan/Math-BigInt-FastCalc/FastCalc.xs4
-rw-r--r--cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm2
2 files changed, 3 insertions, 3 deletions
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