From 51252d18111e82866e95480cb9ad09ce92a4253d Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Wed, 21 Nov 2007 18:05:09 +0000 Subject: [PATCH] Test::More and Test::Builder are actually part of the Test::Simple distribution p4raw-id: //depot/perl@32440 --- Porting/Maintainers.pl | 16 ++-------------- 1 file changed, 2 insertions(+), 14 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4272b9a..e405eeb 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, }, -- 2.7.4