summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-09-16 16:42:04 +0100
committerNicholas Clark <nick@ccl4.org>2009-09-16 16:42:04 +0100
commita599991b319ecbb2722cef3af1c63f1e2a0b7ee3 (patch)
tree524fdbc6e698ef75b1eb8db41caeffea944ef093
parent5f81544af788e50bed37d9bbbd82ae5d72286240 (diff)
downloadperl-a599991b319ecbb2722cef3af1c63f1e2a0b7ee3.tar.gz
Remove the now-redundant MAP for Math::BigInt.
Undo a local rename of a test that didn't have an 8.3 name, but is still unique when truncated to 8.3
-rw-r--r--MANIFEST2
-rwxr-xr-xPorting/Maintainers.pl5
-rw-r--r--ext/Math-BigInt/t/new_overloaded.t (renamed from ext/Math-BigInt/t/new_ovld.t)0
3 files changed, 1 insertions, 6 deletions
diff --git a/MANIFEST b/MANIFEST
index 3aef169b11..e550dc870b 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -1742,7 +1742,7 @@ ext/Math-BigInt/t/mbimbf.inc Actual BigInt/BigFloat accuracy, precision and fall
ext/Math-BigInt/t/mbimbf.t BigInt/BigFloat accuracy, precision and fallback, round_mode
ext/Math-BigInt/t/mbi_rand.t Test Math::BigInt randomly
ext/Math-BigInt/t/nan_cmp.t overloaded comparision involving *NaN*
-ext/Math-BigInt/t/new_ovld.t test overloaded numbers in BigFloat's new()
+ext/Math-BigInt/t/new_overloaded.t test overloaded numbers in BigFloat's new()
ext/Math-BigInt/t/req_mbf0.t test: require Math::BigFloat; ->bzero();
ext/Math-BigInt/t/req_mbf1.t test: require Math::BigFloat; ->bone();
ext/Math-BigInt/t/req_mbfa.t test: require Math::BigFloat; ->bnan();
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 6649be60f6..2d4c5902fa 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -906,11 +906,6 @@ use File::Glob qw(:case);
t/pod_cov.t
}
],
- 'MAP' => { 'lib/' => 'lib/',
- '' => 'lib/Math/BigInt/',
- 't/new_overloaded.t' =>
- 't/new_ovld.t',
- },
'CPAN' => 1,
'UPSTREAM' => undef,
},
diff --git a/ext/Math-BigInt/t/new_ovld.t b/ext/Math-BigInt/t/new_overloaded.t
index 08708dc557..08708dc557 100644
--- a/ext/Math-BigInt/t/new_ovld.t
+++ b/ext/Math-BigInt/t/new_overloaded.t