diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-24 04:07:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-24 04:07:39 +0000 |
commit | edea50ec06f651303560542ed76f678a723a191d (patch) | |
tree | 84fb3026bc321256da61a9c21a92e2aaae533a2c /MANIFEST | |
parent | 357cef769dfbba504c1836ae3e0e042c91075e8a (diff) | |
download | perl-edea50ec06f651303560542ed76f678a723a191d.tar.gz |
Move the MBF/MBI test modules to t/lib.
p4raw-id: //depot/perl@13230
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1059,8 +1059,6 @@ lib/Math/BigInt/t/bigintc.t See if BigInt/Calc.pm works lib/Math/BigInt/t/bigintpm.inc Shared tests for bigintpm.t and sub_mbi.t lib/Math/BigInt/t/bigintpm.t See if BigInt.pm works lib/Math/BigInt/t/calling.t Test calling conventions -lib/Math/BigInt/t/Math/BigFloat/Subclass.pm Empty subclass of BigFloat for test -lib/Math/BigInt/t/Math/BigInt/Subclass.pm Empty subclass of BigInt for test lib/Math/BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precicion and fallback, round_mode lib/Math/BigInt/t/sub_mbf.t Empty subclass test of BigFloat lib/Math/BigInt/t/sub_mbi.t Empty subclass test of BigInt @@ -2088,6 +2086,8 @@ t/lib/h2ph.h Test header file for h2ph t/lib/h2ph.pht Generated output from h2ph.h by h2ph, for comparison t/lib/locale/latin1 Part of locale.t in Latin 1 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/Subclass.pm Empty subclass of BigInt for test 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 |