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


in reply to Re: Re: Can MakeMaker be convinced not to build man pages?
in thread Can MakeMaker be convinced not to build man pages?

This appears to work (assuming a bash shell):

perl Makefile.PL MAN1PODS=\{\} MAN3PODS=\{\}

Replies are listed 'Best First'.
Re: Re: Re: Re: Can MakeMaker be convinced not to build man pages?
by samtregar (Abbot) on Mar 20, 2004 at 21:09 UTC
    That works great, and as I thought the build process has been sped up nicely.

    Thanks!
    -sam