From: Nicholas Clark Date: Wed, 16 Sep 2009 15:42:04 +0000 (+0100) Subject: Remove the now-redundant MAP for Math::BigInt. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a599991b319ecbb2722cef3af1c63f1e2a0b7ee3;p=p5sagit%2Fp5-mst-13.2.git 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 --- diff --git a/MANIFEST b/MANIFEST index 3aef169..e550dc8 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 6649be6..2d4c590 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 similarity index 100% rename from ext/Math-BigInt/t/new_ovld.t rename to ext/Math-BigInt/t/new_overloaded.t