From ea4deea9a8315c4d1fd95e6130ed55a9f078b5c9 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Fri, 2 Oct 2009 15:10:55 +0100 Subject: Move Pod::Parser from ext/ to cpan/ --- Porting/Maintainers.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Porting') 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, -- cgit v1.2.1