Correct the file MAP in Maintainers.pl for Pod::LaTeX and Pod::Perldoc.
Nicholas Clark [Sun, 13 Sep 2009 09:46:48 +0000 (10:46 +0100)]
Porting/Maintainers.pl

index d0e1889..51f6b28 100755 (executable)
@@ -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,