Uses MakeMaker, but does not honor PERL_MM_OPT environment variable.
I have PERL_MM_OPT set to, e.g., 'CC=/alternate/cc LD=/alternate/ld
PREFIX=~/perl', but make 'perl Makefile.PL' does not look for my
alternate cc and instead relies on the wrong 'cc' that is in Config.pm
(don't blame me, I did not build perl). Other modules compile fine, but
this one does not find the right cc.