http://www.perlmonks.org?node_id=1014829


in reply to Re^2: how to stop module::build from building html docs
in thread how to stop module::build from building html docs

See How to stop Module::Build from generating html?

perl Build.PL --config installhtml1dir= installhtml3dir= installman1dir= installman3dir= installsitehtml1dir= installsitehtml3dir= installsiteman1dir= installsiteman3dir= installvendorhtml1dir= installvendorhtml3dir= installvendorman1dir= installvendorman3dir=

perl Build.PL --config installhtmldir=

perl -e " $ENV{PERL_MB_OPT}=q{ --config installhtml1dir= installhtml3dir= installman1dir= installman3dir= installsitehtml1dir= installsitehtml3dir= installsiteman1dir= installsiteman3dir= installvendorhtml1dir= installvendorhtml3dir= installvendorman1dir= installvendorman3dir= }; exec $^X, q{Build.PL}; "

CPANPLUS#buildflags

untested perl -MConfig_m Build.PL