From: Nicholas Clark Date: Tue, 21 Oct 2008 13:36:17 +0000 (+0000) Subject: Disentangle the ownership of tests in lib/ExtUtils/ X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2e32143ebf27ed2cbdc0fd25a1612c8e5b0ab2d2;p=p5sagit%2Fp5-mst-13.2.git Disentangle the ownership of tests in lib/ExtUtils/ p4raw-id: //depot/perl@34548 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4f0bf87..500eb7b 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, },