Subject: | Setting --install_base causes HTML docs to be installed. |
Module::Build will build HTML docs if it has a destination for them. Any destination. Setting --install_base causes a destination for html docs to come into existence. This is probably incorrect behavior. The logic for deciding to install hmtl or man docs should go like this:
if ( the user did not explicitly blank out the HTML path ) AND
( $Config{installhtmldir} is set OR
the user explicitly set an HTML install path
)
then
go ahead an install HTML