In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/85dc445cc4c1beeb43141d5dfa9cedafeb09e093?hp=1f46ac67c17bb3adfe5f1fe67d76a063d10662cc>
- Log ----------------------------------------------------------------- commit 85dc445cc4c1beeb43141d5dfa9cedafeb09e093 Author: Nicholas Clark <[email protected]> Date: Sun Sep 13 10:46:48 2009 +0100 Correct the file MAP in Maintainers.pl for Pod::LaTeX and Pod::Perldoc. ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) 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, -- Perl5 Master Repository
