diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-12-15 14:37:15 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-12-15 14:37:15 +0000 |
commit | f4d243dc5118b86f8e80f856d43d79b04667d155 (patch) | |
tree | 39542a24358f8e68eb7f6f361b57435af4626f39 /cpan | |
parent | c9668bc116b106d7b0258fa8661d80692940f09e (diff) | |
download | perl-f4d243dc5118b86f8e80f856d43d79b04667d155.tar.gz |
Update Math-BigInt-FastCalc to CPAN version 0.5005
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 a25e5a02d7..6920f5637a 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.5003'; +our $VERSION = '0.5005'; ############################################################################## # global constants, flags and accessory |