summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-23 20:34:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-23 20:34:43 +0000
commit56b9c9515cd02d944073a40912b99b5ed69f9766 (patch)
treea26b952b32fa1e26f4dfe176dfa14841b8406716 /MANIFEST
parent071db25d4bd6237e4ead7e44b9c1420448a117ff (diff)
downloadperl-56b9c9515cd02d944073a40912b99b5ed69f9766.tar.gz
Upgrade to Math::BigInt 1.55, from Tels.
p4raw-id: //depot/perl@15447
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST5
1 files changed, 5 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index dd32c99df6..1b168a341d 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1160,6 +1160,11 @@ lib/look.pl A "look" equivalent
lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
lib/Math/BigInt.pm An arbitrary precision integer arithmetic package
lib/Math/BigInt/Calc.pm Pure Perl module to support Math::BigInt
+lib/Math/BigInt/t/mbi_rand.t Test Math::BigInt randomly
+lib/Math/BigInt/t/use_lib1.t Test combinations of Math::BigInt and BigFloat
+lib/Math/BigInt/t/use_lib2.t Test combinations of Math::BigInt and BigFloat
+lib/Math/BigInt/t/use_lib3.t Test combinations of Math::BigInt and BigFloat
+lib/Math/BigInt/t/use_lib4.t Test combinations of Math::BigInt and BigFloat
lib/Math/BigInt/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc
lib/Math/BigInt/t/bare_mbi.t Test MBI under Math::BigInt::BareCalc
lib/Math/BigInt/t/bigfltpm.inc Shared tests for bigfltpm.t and sub_mbf.t