summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2018-07-17 14:17:11 -0600
committerKarl Williamson <khw@cpan.org>2018-07-17 14:21:31 -0600
commit06db6b4516ecad26040f20bc8f9759230bad3bf1 (patch)
tree2f3a3eb621489f31925ebc538d1218004bfe3a19
parentaa3c16bd709ef9b9c8c785af48f368e08f70c74b (diff)
downloadperl-06db6b4516ecad26040f20bc8f9759230bad3bf1.tar.gz
Remove updated modules from list of needing dot in @INC
Apparently the maintainers of all but two modules have updated them to not need a dot in @INC. The two remaining ones are libnet Filter-Util-Call
-rwxr-xr-xt/TEST7
1 files changed, 0 insertions, 7 deletions
diff --git a/t/TEST b/t/TEST
index 6b3504002f..f684cad838 100755
--- a/t/TEST
+++ b/t/TEST
@@ -82,15 +82,8 @@ my %temp_no_core =
# Ideally this # list will eventually be empty
my %temp_needs_dot = map { $_ => 1 } qw(
- ../cpan/ExtUtils-Install
../cpan/Filter-Util-Call
../cpan/libnet
- ../cpan/Locale-Codes
- ../cpan/Math-BigInt
- ../cpan/Math-BigRat
- ../cpan/Test-Harness
- ../cpan/Test-Simple
- ../cpan/version
);