http://qs321.pair.com?node_id=968295


in reply to Re^5: Make program used by Perl in windows
in thread Make program used by Perl in windows

Traditionally, Perl uses the same toolchain that it was built with for building its modules.

Is it just a tradition or is it more? Is it possible to use different make programs even for different Perl modules?

I'm not sure why you would want to change that, because that toolchain is proven to work well.

I am thinking of:

Most likely, changing the make utility involves patching ExtUtils::MakeMaker to properly recognize the new type of make tool and produce the appropriate output.

Yes, I know. And ExtUtils::MakeMaker is also "doomed" by it's maintainer!