summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-12-03 07:23:23 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-12-03 07:23:23 +0000
commitd239a8c7513e81cdb8d891f44da53ca5adcebeae (patch)
treee78e979ffb0343db833b2e5d7ed9b934b8fae19b /MANIFEST
parent54b49d9685a18180ada6dbdb5bb02cb8459e6bd7 (diff)
downloadperl-d239a8c7513e81cdb8d891f44da53ca5adcebeae.tar.gz
Update Math-BigInt-FastCalc to CPAN version 0.5002
[DELTA] 2016-11-23 v0.5002 pjacklam * Sync test files with Math-BigInt-1.999801. Add t/biglog.t and t/bigroot.t since these are included in the test suite for the other backend libraries (GMP and Pari). 2016-11-17 v0.5001 pjacklam * Avoid 'use parent' to retain compatibility with old Perls. * Fix incorrect version numbers in the CHANGES file. * Trim whitespace. 2016-11-15 v0.5000 pjacklam * Sync test files with Math-BigInt-1.999800. * Math::BigInt::FastCalc is now a subclass of Math::BigInt::Calc, so remove aliases like *Math::BigInt::FastCalc::_xxx = \&Math::BigInt::Calc::_xxx. * Use OO-calls rather than function calls. * Fix documentation error in Math::BigInt::FastCalc
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index c196860eec..69df013795 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1772,6 +1772,8 @@ cpan/Math-BigInt/t/with_sub.t Test use Math::BigFloat with => package
cpan/Math-BigInt-FastCalc/FastCalc.xs Math::BigInt::FastCalc extension
cpan/Math-BigInt-FastCalc/lib/Math/BigInt/FastCalc.pm Math::BigInt::FastCalc extension
cpan/Math-BigInt-FastCalc/t/bigintfc.t Math::BigInt::FastCalc extension
+cpan/Math-BigInt-FastCalc/t/biglog.t
+cpan/Math-BigInt-FastCalc/t/bigroot.t
cpan/Math-BigInt-FastCalc/t/bootstrap.t Math::BigInt::FastCalc extension
cpan/Math-BigInt-FastCalc/t/leak.t test for memory leaks in Math::BigInt::FastCalc
cpan/Math-BigInt-FastCalc/t/mbi_rand.t Math::BigInt::FastCalc extension