|
|
|
Clear questions and runnable code get the best and fastest answer |
|
| PerlMonks |
Re^3: how to stop module::build from building html docsby Anonymous Monk |
| on Jan 23, 2013 at 04:25 UTC ( #1014829=note: print w/ replies, xml ) | Need Help?? |
|
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}; " untested perl -MConfig_m Build.PL
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||