diff options
-rw-r--r-- | Porting/Maintainers.pl | 16 |
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, }, |