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


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

Looking at the documentation, it looks like you should be able to:
./Build install --binhtml '' --libhtml ''

Replies are listed 'Best First'.
Re^2: How to stop Module::Build from generating html?
by Anonymous Monk on Feb 02, 2011 at 08:54 UTC
    Actually that didn't work, it still generates blib/libhtml/site/lib/MBhtml.html
Re^2: How to stop Module::Build from generating html?
by Anonymous Monk on Feb 02, 2011 at 08:38 UTC
    How would I get cpan or cpanp (what i prefer) to pass those along? CPANPLUS buildflags only works for Build.PL :/