diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-15 13:36:38 +0100 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-10-15 17:44:57 +0100 |
commit | 06ce15ad863e53185d90665b33392491431e0734 (patch) | |
tree | 99eecaa163a51b6b17e336395792a10f06600763 /MANIFEST | |
parent | 7425681b7fa4fd45ce62a937f6856f7578b3dbb2 (diff) | |
download | perl-06ce15ad863e53185d90665b33392491431e0734.tar.gz |
Upgrade Math::BigInt from 1.999701 to 1.999704
This removes the minor blead customizations: I couldn't see any sign of
them having been deliberately added to blead. They looked more like
differences that cropped up because CPAN changes hadn't all been imported
into blead.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1628,6 +1628,8 @@ cpan/Math-BigInt/t/bigints.t See if BigInt.pm works cpan/Math-BigInt/t/biglog.t Test the log function cpan/Math-BigInt/t/big_pi_e.t test bpi() and bexp() cpan/Math-BigInt/t/bigroot.t Test the broot function +cpan/Math-BigInt/t/blog-mbf.t Math::BigInt tests +cpan/Math-BigInt/t/blog-mbi.t Math::BigInt tests cpan/Math-BigInt/t/calling.t Test calling conventions cpan/Math-BigInt/t/config.t Test Math::BigInt->config() cpan/Math-BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant @@ -1648,6 +1650,8 @@ cpan/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, r cpan/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly cpan/Math-BigInt/t/nan_cmp.t overloaded comparison involving *NaN* cpan/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new() +cpan/Math-BigInt/t/objectify_mbf.t Math::BigInt tests +cpan/Math-BigInt/t/objectify_mbi.t Math::BigInt tests cpan/Math-BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero(); cpan/Math-BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone(); cpan/Math-BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan(); |