diff options
Diffstat (limited to 'Porting/Maintainers.pl')
-rwxr-xr-x | Porting/Maintainers.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 49419f0b65..84f2680555 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -927,7 +927,10 @@ use File::Glob qw(:case); 'DISTRIBUTION' => 'MALLEN/Pod-Perldoc-3.21.tar.gz', 'FILES' => q[cpan/Pod-Perldoc], - # in blead, the perldoc executable is generated by perldoc.PL + # Note that we use the CPAN-provided Makefile.PL, since it + # contains special handling of the installation of perldoc.pod + + # In blead, the perldoc executable is generated by perldoc.PL # instead # XXX We can and should fix this, but clean up the DRY-failure in utils # first |