summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-25 14:58:32 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-25 14:58:32 +0000
commit1b1b430b4d658ee40231cae220ed89179cf49c29 (patch)
tree4e5e4bd1bacd6ee41fe48daf3753e31c70ab8fba /Porting
parente8e5c75e9a6f6d4a181b29bd624f700002ee8781 (diff)
downloadperl-1b1b430b4d658ee40231cae220ed89179cf49c29.tar.gz
lib/ExtUtils/t/eu_command.t belongs to ExtUtils-Command, and so does
the about to be committed lib/ExtUtils/t/cp.t p4raw-id: //depot/perl@34589
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 500eb7b4e0..e33acff91a 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -325,7 +325,8 @@ package Maintainers;
'ExtUtils::Command' =>
{
'MAINTAINER' => 'rkobes',
- 'FILES' => q[lib/ExtUtils/Command.pm],
+ 'FILES' => q[lib/ExtUtils/Command.pm
+ lib/ExtUtils/t/{cp,eu_command}.t],
'CPAN' => 1,
},
@@ -352,7 +353,7 @@ package Maintainers;
'MAINTAINER' => 'mschwern',
'FILES' => q[lib/ExtUtils/{Liblist,MakeMaker,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm
lib/ExtUtils/{Command,Liblist,MakeMaker}
- lib/ExtUtils/t/{[0-9FLV-Zabd-z]*,IN*,Mkbootstrap,MM_*,PL_FILES,cd,config}.t
+ lib/ExtUtils/t/{[0-9FLV-Zabdf-z]*,IN*,Mkbootstrap,MM_*,PL_FILES,cd,config}.t
t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm],
'CPAN' => 1,
},