summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST30
1 files changed, 28 insertions, 2 deletions
diff --git a/MANIFEST b/MANIFEST
index dd32c99df6..26bbcdac6f 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -893,10 +893,22 @@ lib/base.pm Establish IS-A relationship at compile time
lib/Benchmark.pm Measure execution time
lib/Benchmark.t See if Benchmark works
lib/bigfloat.pl An arbitrary precision floating point package
-lib/bigfloat.t See if bigfloat.pl works
+lib/bigfloatpl.t See if bigfloat.pl works
lib/bigint.pl An arbitrary precision integer arithmetic package
-lib/bigint.t See if bigint.pl works
+lib/bigint.pm bignum
+lib/bigintpl.t See if bigint.pl works
+lib/bignum.pm bignum
+lib/bignum/t/bigint.t See if bignum works
+lib/bignum/t/bignum.t See if bignum works
+lib/bignum/t/bigrat.t See if bignum works
+lib/bignum/t/bn_lite.t See if bignum works
+lib/bignum/t/br_lite.t See if bignum works
+lib/bignum/t/option_a.t See if bignum works
+lib/bignum/t/option_l.t See if bignum works
+lib/bignum/t/option_p.t See if bignum works
+lib/bignum/t/trace.t See if bignum works
lib/bigrat.pl An arbitrary precision rational arithmetic package
+lib/bigrat.pm bignum
lib/blib.pm For "use blib"
lib/blib.t blib.pm test
lib/bytes.pm Pragma to enable byte operations
@@ -1158,6 +1170,7 @@ lib/Locale/Script.pm Locale::Codes
lib/Locale/Script.pod Locale::Codes documentation
lib/look.pl A "look" equivalent
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/t/bare_mbf.t Test MBF under Math::BigInt::BareCalc
@@ -1175,6 +1188,7 @@ 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/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
lib/Math/BigInt/t/require.t Test if require Math::BigInt works
lib/Math/BigInt/t/sub_mbf.t Empty subclass test of BigFloat
lib/Math/BigInt/t/sub_mbi.t Empty subclass test of BigInt
@@ -1182,6 +1196,17 @@ lib/Math/BigInt/t/sub_mif.t Test A & P with subclasses using mbimbf.inc
lib/Math/BigInt/t/upgrade.inc Actual tests for upgrade.t
lib/Math/BigInt/t/upgrade.t Test if use Math::BigInt(); under upgrade works
lib/Math/BigInt/t/use.t Test if use Math::BigInt(); works
+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/Trace.pm bignum tracing
+lib/Math/BigRat.pm Math::BigRat
+lib/Math/BigRat/t/bigfltpm.inc Math::BigRat test
+lib/Math/BigRat/t/bigfltrt.t Math::BigRat test
+lib/Math/BigRat/t/bigrat.t Math::BigRat test
+lib/Math/BigRat/t/bigratpm.inc Math::BigRat test
+lib/Math/BigRat/t/bigratpm.t Math::BigRat test
lib/Math/Complex.pm A Complex package
lib/Math/Complex.t See if Math::Complex works
lib/Math/Trig.pm A simple interface to complex trigonometry
@@ -2242,6 +2267,7 @@ t/lib/locale/utf8 Part of locale.t in UTF8
t/lib/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test
t/lib/Math/BigInt/BareCalc.pm Bigint's simulation of Calc
t/lib/Math/BigInt/Subclass.pm Empty subclass of BigInt for test
+t/lib/Math/BigRat/Test.pm Math::BigRat test helper
t/lib/sample-tests/bailout Test data for Test::Harness
t/lib/sample-tests/combined Test data for Test::Harness
t/lib/sample-tests/descriptive Test data for Test::Harness