BrowserUk has asked for the wisdom of the Perl Monks concerning the following question:

How does one change or add to the compiler and linker switches used in a Module::Install generated makefile?

And where in the 35 M::I modules is that documented?


Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
"Too many [] have been sedated by an oppressive environment of political correctness and risk aversion."

Replies are listed 'Best First'.
Re: Using Module::Install
by moritz (Cardinal) on Oct 06, 2008 at 22:35 UTC
    From a quick cd /usr/share/perl5/Module/Install/; ack link I guess it's Module::Install::Compiler. Sadly the docs are To be completed, and have been like this since version 0.64 (Aug 2006), or even longer.