diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 07:32:21 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:48:40 +0100 |
commit | cde5101a7be11e27127dc4c214d749bb2cc993e6 (patch) | |
tree | 2025e59f77db901cb47c4099f3761f2978ce1de3 /Porting | |
parent | bf07e08f68b96c7832e17dd5eb4eb32618be88d2 (diff) | |
download | perl-cde5101a7be11e27127dc4c214d749bb2cc993e6.tar.gz |
Move pod2usage.PL, podchecker.PL, podselect.PL into cpan/Pod-Parser/scripts
Let ExtUtils::MakeMaker deal with running these extraction scripts, rather than
repeating the logic in (at least) 5 places.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index da317aba8b..c7de5eeb79 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1160,12 +1160,7 @@ use File::Glob qw(:case); # version 1.37! 'DISTRIBUTION' => 'MAREKR/Pod-Parser-1.38.tar.gz', - 'FILES' => q[cpan/Pod-Parser - pod/pod{2usage,checker,select}.PL - ], - 'MAP' => { '' => 'cpan/Pod-Parser/', - 'scripts/' => 'pod/', - }, + 'FILES' => q[cpan/Pod-Parser], 'UPSTREAM' => undef, }, |