summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-03-24 04:57:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-03-24 04:57:48 +0000
commita5c4264de13407eac04e9c7aa1d513fc2e7a6640 (patch)
tree4a2c7da958dddb88329dca4b0d731689f888b24e /MANIFEST
parent05c058bc16a76532007427c68eaafb53a23230dc (diff)
downloadperl-a5c4264de13407eac04e9c7aa1d513fc2e7a6640.tar.gz
Retract Math::BigInt::Lite for now, seems to confuse
bignum and bigrat. p4raw-id: //depot/perl@15460
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST2
1 files changed, 0 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index c5d4fb9d62..26bbcdac6f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1173,7 +1173,6 @@ lib/Math/BigFloat.pm An arbitrary precision floating-point arithmetic package
lib/Math/BigFloat/Trace.pm bignum tracing
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/Lite.pm not quite so big bigints
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
@@ -1187,7 +1186,6 @@ lib/Math/BigInt/t/constant.t Test Math::BigInt/BigFloat under :constant
lib/Math/BigInt/t/downgrade.t Test if use Math::BigInt(); under downgrade works
lib/Math/BigInt/t/inf_nan.t Special tests for inf and NaN handling
lib/Math/BigInt/t/isa.t Test for Math::BigInt inheritance
-lib/Math/BigInt/t/lite.t See if Math::BigInt::Lite works
lib/Math/BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precicion and fallback, round_mode tests
lib/Math/BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precicion and fallback, round_mode
lib/Math/BigInt/t/mbi_rand.t Test Math::BigInt randomly