summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-21 18:05:09 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2007-11-21 18:05:09 +0000
commit51252d18111e82866e95480cb9ad09ce92a4253d (patch)
tree948f4edaf22464151aeaa84523da808b1105d642 /Porting
parent37be2b3976e33708042402101fbafebc36dcb7a3 (diff)
downloadperl-51252d18111e82866e95480cb9ad09ce92a4253d.tar.gz
Test::More and Test::Builder are actually part of the Test::Simple distribution
p4raw-id: //depot/perl@32440
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl16
1 files changed, 2 insertions, 14 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 4272b9af57..e405eebc2b 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -844,13 +844,6 @@ package Maintainers;
'CPAN' => 1,
},
- 'Test::Builder' =>
- {
- 'MAINTAINER' => 'mschwern',
- 'FILES' => q[lib/Test/Builder.pm],
- 'CPAN' => 1,
- },
-
'Test::Harness' =>
{
'MAINTAINER' => 'petdance',
@@ -859,17 +852,12 @@ package Maintainers;
'CPAN' => 1,
},
- 'Test::More' =>
- {
- 'MAINTAINER' => 'mschwern',
- 'FILES' => q[lib/Test/More.pm],
- 'CPAN' => 1,
- },
-
'Test::Simple' =>
{
'MAINTAINER' => 'mschwern',
'FILES' => q[lib/Test/Simple.pm lib/Test/Simple
+ lib/Test/Builder.pm lib/Test/Builder
+ lib/Test/More.pm
t/lib/Test/Simple],
'CPAN' => 1,
},