Remove the now-redundant MAP for Math::BigInt.
Nicholas Clark [Wed, 16 Sep 2009 15:42:04 +0000 (16:42 +0100)]
Undo a local rename of a test that didn't have an 8.3 name, but is still
unique when truncated to 8.3

MANIFEST
Porting/Maintainers.pl
ext/Math-BigInt/t/new_overloaded.t [moved from ext/Math-BigInt/t/new_ovld.t with 100% similarity]

index 3aef169..e550dc8 100644 (file)
--- 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();
index 6649be6..2d4c590 100755 (executable)
@@ -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,
        },