summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-02 15:10:55 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-02 15:22:52 +0100
commitea4deea9a8315c4d1fd95e6130ed55a9f078b5c9 (patch)
tree9dae7024d143406988e2f78faf98f6ee32d8968a /Porting
parent88b025b98c3c8fa8efa9a260faf441816455bcc7 (diff)
downloadperl-ea4deea9a8315c4d1fd95e6130ed55a9f078b5c9.tar.gz
Move Pod::Parser from ext/ to cpan/
Diffstat (limited to 'Porting')
-rwxr-xr-xPorting/Maintainers.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1ebb9b53af..a1f24a5c60 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -1209,11 +1209,11 @@ use File::Glob qw(:case);
{
'MAINTAINER' => 'tjenness',
'DISTRIBUTION' => 'TJENNESS/Pod-LaTeX-0.58.tar.gz',
- 'FILES' => q[ext/Pod-LaTeX
+ 'FILES' => q[cpan/Pod-LaTeX
pod/pod2latex.PL
],
'EXCLUDED' => [ qw( t/require.t ) ],
- 'MAP' => { '' => 'ext/Pod-LaTeX/',
+ 'MAP' => { '' => 'cpan/Pod-LaTeX/',
'pod2latex.PL' => 'pod/pod2latex.PL',
},
'CPAN' => 1,
@@ -1227,10 +1227,10 @@ use File::Glob qw(:case);
# version 1.37!
'DISTRIBUTION' => 'MAREKR/Pod-Parser-1.38.tar.gz',
- 'FILES' => q[ext/Pod-Parser
+ 'FILES' => q[cpan/Pod-Parser
pod/pod{2usage,checker,select}.PL
],
- 'MAP' => { '' => 'ext/Pod-Parser/',
+ 'MAP' => { '' => 'cpan/Pod-Parser/',
'scripts/' => 'pod/',
},
'CPAN' => 1,