in reply to How to stop Module::Build from generating html?

This works, it doesn't try to generate or install man or html, regardless of any Config options
perl Build.PL --config installhtml1dir= installhtml3dir= installman1d +ir= installman3dir= installsitehtml1dir= installsitehtml3dir= install +siteman1dir= installsiteman3dir= installvendorhtml1dir= installvendor +html3dir= installvendorman1dir= installvendorman3dir=
For ActivePerl the following is sufficient
perl Build.PL--config installhtmldir=

Replies are listed 'Best First'.
Re^2: How to stop Module::Build from generating html?
by Anonymous Monk on Feb 09, 2011 at 03:10 UTC
    To configure cpanp to use this, you need
    $ cpanp CPANPLUS::Shell::Default -- CPAN exploration and module installation ( +v0.9011) *** Please report bugs to <bug-cpanplus@rt.cpan.org>. *** Using CPANPLUS::Backend v0.9011. ReadLine support disabled. *** Type 'p' now to show start up log Did you know... You can update CPANPLUS by running: 's selfupdate' CPAN Terminal> CPAN Terminal> s conf buildflags--config installhtmldir= Key 'buildflags' was set to '--config installhtmldir=' CPAN Terminal> s save Configuration successfully saved to CPANPLUS::Config::User (....cpanplus\lib\CPANPLUS\Config\User.pm)
    Editing .cpanplus\lib\CPANPLUS\Config\User.pm by hand is easier :)