Test::More and Test::Builder are actually part of the Test::Simple distribution
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 21 Nov 2007 18:05:09 +0000 (18:05 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 21 Nov 2007 18:05:09 +0000 (18:05 +0000)
p4raw-id: //depot/perl@32440

Porting/Maintainers.pl

index 4272b9a..e405eeb 100644 (file)
@@ -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,
                },