diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-13 21:13:03 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-13 21:14:44 +0100 |
commit | d619eca62d5f721577dabcf8c79ff37674df46db (patch) | |
tree | 21f75443f3e1abf8a7d9961699503c395da2ac33 /Porting | |
parent | 0d130a44d95f5adbf4d6e41e4f2f28b54f37e733 (diff) | |
download | perl-d619eca62d5f721577dabcf8c79ff37674df46db.tar.gz |
Move Test::Simple from lib to ext.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3dca9b88b6..d0ac76ec6d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1484,18 +1484,8 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'mschwern', 'DISTRIBUTION' => 'MSCHWERN/Test-Simple-0.92.tar.gz', - 'FILES' => q[lib/Test/Simple.pm - lib/Test/Simple - lib/Test/Builder.pm - lib/Test/Builder - lib/Test/More.pm - lib/Test/Tutorial.pod - t/lib/Test/ - t/lib/Dev/Null.pm - ], + 'FILES' => q[ext/Test-Simple], 'EXCLUDED' => [ - # NB - TieOut.pm comes with more than one - # distro. We use the MM one qw{.perlcriticrc .perltidyrc t/pod.t @@ -1505,13 +1495,6 @@ use File::Glob qw(:case); lib/Test/Builder/IO/Scalar.pm } ], - 'MAP' => { - 'lib/' => 'lib/', - 't/lib/' => 'lib/Test/Simple/t/lib/', - 't/lib/Test/' => 't/lib/Test/', - 't/lib/Dev/' => 't/lib/Dev/', - '' => 'lib/Test/Simple/', - }, 'CPAN' => 1, 'UPSTREAM' => undef, }, |