diff options
author | Nicholas Clark <nick@ccl4.org> | 2010-10-05 11:07:14 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2010-10-05 13:48:51 +0100 |
commit | bab7aada2e9c0074c39ee39ffeb3b8e6c550b204 (patch) | |
tree | 3d9a82464e8ba8051eb574920c31a8e489de6ee8 /Porting | |
parent | cde5101a7be11e27127dc4c214d749bb2cc993e6 (diff) | |
download | perl-bab7aada2e9c0074c39ee39ffeb3b8e6c550b204.tar.gz |
Move pod2man.PL, pod2text.PL, podselect.PL into cpan/podlators/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 | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index c7de5eeb79..247b58b27c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1202,15 +1202,9 @@ use File::Glob qw(:case); { 'MAINTAINER' => 'rra', 'DISTRIBUTION' => 'RRA/podlators-2.3.1.tar.gz', - 'FILES' => q[cpan/podlators - pod/pod2man.PL - pod/pod2text.PL - ], + 'FILES' => q[cpan/podlators], 'EXCLUDED' => [ qw{ Makefile.PL } ], 'CUSTOMIZED' => [ qw{ Makefile.PL } ], - 'MAP' => { '' => 'cpan/podlators/', - 'scripts/' => 'pod/', - }, 'UPSTREAM' => 'cpan', }, |