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.