diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-25 14:58:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-25 14:58:32 +0000 |
commit | 1b1b430b4d658ee40231cae220ed89179cf49c29 (patch) | |
tree | 4e5e4bd1bacd6ee41fe48daf3753e31c70ab8fba /Porting | |
parent | e8e5c75e9a6f6d4a181b29bd624f700002ee8781 (diff) | |
download | perl-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.pl | 5 |
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, }, |