summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2015-07-20 08:22:18 +0100
committerSteve Hay <steve.m.hay@googlemail.com>2015-07-20 08:22:18 +0100
commit1c9e1c249f3ee943b0090563811df613ebae456e (patch)
treeaa7791067619a321910a874dbbcc153fd3333a46
parentd6525a59e9307fd297f8bc4c5e67aae146009637 (diff)
downloadperl-1c9e1c249f3ee943b0090563811df613ebae456e.tar.gz
Update File::Path entry in Porting/Maintainers.pl
t/pod.t no longer exists on CPAN, and the MAP is no longer required
-rwxr-xr-xPorting/Maintainers.pl5
1 files changed, 0 insertions, 5 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 2172523ec6..cc5e564e56 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -536,14 +536,9 @@ use File::Glob qw(:case);
'FILES' => q[cpan/File-Path],
'EXCLUDED' => [
qw( eg/setup-extra-tests
- t/pod.t
t/Path-Class.t
)
],
- 'MAP' => {
- '' => 'cpan/File-Path/lib/File/',
- 't/' => 'cpan/File-Path/t/',
- },
},
'File::Temp' => {