diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-10-21 13:36:17 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-10-21 13:36:17 +0000 |
commit | 2e32143ebf27ed2cbdc0fd25a1612c8e5b0ab2d2 (patch) | |
tree | 8935fc9d1127fe6bd231c0610544538e9f608676 /Porting | |
parent | 3ac4909ed2102ff7bf3d55a080209f1d016755c2 (diff) | |
download | perl-2e32143ebf27ed2cbdc0fd25a1612c8e5b0ab2d2.tar.gz |
Disentangle the ownership of tests in lib/ExtUtils/
p4raw-id: //depot/perl@34548
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4f0bf8736d..500eb7b4e0 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -332,7 +332,8 @@ package Maintainers; 'ExtUtils::Constant' => { 'MAINTAINER' => 'nwclark', - 'FILES' => q[lib/ExtUtils/Constant.pm lib/ExtUtils/Constant], + 'FILES' => q[lib/ExtUtils/Constant.pm lib/ExtUtils/Constant + lib/ExtUtils/t/Constant.t], 'CPAN' => 1, }, @@ -340,7 +341,9 @@ package Maintainers; { 'MAINTAINER' => 'yves', - 'FILES' => q[lib/ExtUtils/{Install,Installed,Packlist}.pm], + # MakeMaker has a basic.t too, and we use that. + 'FILES' => q[lib/ExtUtils/{Install,Installed,Packlist}.pm + lib/ExtUtils/t/{Install,Installapi2,Packlist,can_write_dir}.t], 'CPAN' => 1, }, @@ -349,7 +352,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-9A-LN-Za-z]*,Mkbootstrap,MM_*}.t + lib/ExtUtils/t/{[0-9FLV-Zabd-z]*,IN*,Mkbootstrap,MM_*,PL_FILES,cd,config}.t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm], 'CPAN' => 1, }, |