Change 34548 by [EMAIL PROTECTED] on 2008/10/21 13:36:17
Disentangle the ownership of tests in lib/ExtUtils/
Affected files ...
... //depot/perl/Porting/Maintainers.pl#119 edit
Differences ...
==== //depot/perl/Porting/Maintainers.pl#119 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#118~34505~ 2008-10-18 10:39:33.000000000
-0700
+++ perl/Porting/Maintainers.pl 2008-10-21 06:36:17.000000000 -0700
@@ -332,7 +332,8 @@
'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 @@
{
'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 @@
'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,
},
End of Patch.