From: Nicholas Clark Date: Sun, 13 Sep 2009 09:46:48 +0000 (+0100) Subject: Correct the file MAP in Maintainers.pl for Pod::LaTeX and Pod::Perldoc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=85dc445cc4c1beeb43141d5dfa9cedafeb09e093;p=p5sagit%2Fp5-mst-13.2.git Correct the file MAP in Maintainers.pl for Pod::LaTeX and Pod::Perldoc. --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d0e1889..51f6b28 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1264,7 +1264,7 @@ use File::Glob qw(:case); pod/pod2latex.PL ], 'EXCLUDED' => [ qw( t/require.t ) ], - 'MAP' => { '' => 'lib/Pod/', + 'MAP' => { '' => 'ext/Pod-LaTeX/', 'pod2latex.PL' => 'pod/pod2latex.PL', }, 'CPAN' => 1, @@ -1338,7 +1338,8 @@ use File::Glob qw(:case); # XXX We can and should fix this, but clean up the DRY-failure in utils # first 'EXCLUDED' => [ qw( perldoc ) ], - 'MAP' => { 'lib/perldoc.pod' => 'pod/perldoc.pod', + 'MAP' => { '' => 'ext/Pod-Perldoc/', + 'lib/perldoc.pod' => 'pod/perldoc.pod', }, 'CPAN' => 1, 'UPSTREAM' => undef,