diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-09-10 11:59:09 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-09-10 11:59:09 +0100 |
commit | 4aa37fafef47f0609c457610076d77d6e96c8803 (patch) | |
tree | fb82a4496578d4fa4e18cf5ce3babe9ea1764963 /t | |
parent | e08c10f564aa3fa8386b88ad67ae3346d1b98787 (diff) | |
download | perl-4aa37fafef47f0609c457610076d77d6e96c8803.tar.gz |
Remove obsolete core test directory boilerplate from Math::BigInt.
This was only needed for testing in the core, when the core's tests all ran
the top level t/ directory. Without this getting in the way, we don't need
t/TEST and t/harness to run the tests with absolute paths in @INC. Testing in
the CPAN distribution is unaffected.
Diffstat (limited to 't')
-rwxr-xr-x | t/TEST | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -60,7 +60,6 @@ my %abs = ( '../dist/Cwd' => 1, '../dist/ExtUtils-Install' => 1, '../dist/ExtUtils-ParseXS' => 1, - '../dist/Math-BigInt' => 1, ); my %temp_no_core = |