Skip Menu |

This queue is for tickets about the ExtUtils-MakeMaker CPAN distribution.

Report information
The Basics
Id: 114644
Status: resolved
Worked: 30 min
Priority: 0/
Queue: ExtUtils-MakeMaker

People
Owner: BINGOS [...] cpan.org
Requestors: ilmari+cpan [...] ilmari.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 7.36



Subject: INSTALL_PREFIX does not respect -Dman[13]dir=none
When INSTALL_PREFIX is set (e.g. using local::lib), EU::MM installs man pages even though the perl was built with -Dman1dir=none -Dman3dir=none. This is because ExtUtils::MM_ANY->init_INSTALL_from_INSTALL_BASE sets INSTALL(SITE|VENDOR)?MAN[13]DIR to '$(INSTALL_BASE)/man/man[13]' unconditionally, while init_INSTALL_from_PREFIX sets them to 'none' if $Config{installman[13]dir} are empty.
On Thu Apr 25 08:53:33 2019, ilmari wrote: Show quoted text
PR was merged and ultimately released as 7.36