diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-01-18 19:29:35 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2019-01-18 19:29:35 +0000 |
commit | 0657084328c6c5c8225ddf2ce8238561011f6bff (patch) | |
tree | 8ed793c031faee71d4d4271186822236d180932f /cpan | |
parent | ff38731e2a4e0a0fb4ce91b9d9275e8ad73ae1e4 (diff) | |
download | perl-0657084328c6c5c8225ddf2ce8238561011f6bff.tar.gz |
Update Math-BigInt-FastCalc to CPAN version 0.5008
[DELTA]
0.5008 2018-10-09
* Update MANIFEST.SKIP.
* Sync test files with Math-BigInt.
* Better Makefile.PL.
Diffstat (limited to 'cpan')
-rw-r--r-- | cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm b/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm index 3c85c6fc82..3e772e92a3 100644 --- a/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm +++ b/cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm @@ -8,7 +8,7 @@ use Math::BigInt::Calc 1.999801; our @ISA = qw< Math::BigInt::Calc >; -our $VERSION = '0.5007'; +our $VERSION = '0.5008'; ############################################################################## # global constants, flags and accessory |