Andy Armstrong wrote:
Is there a generally approved way for an XS module to test for the existence of a C compiler before attempting to build?
MakeMaker uses ExtUtils::CBuilder->have_compiler() in it's tests. It's worked well with no complaints. It's an additional testing dependency, but it's a useful one and Module::Build will eventually suck it in anyway.
-- THIS I COMMAND!
