Subject: | parl doesn't accept Makefile.PL arguments such as 'CC=gcc' |
parl doesn't provide any way to pass arguments to Makefile.PL, currently. I can't do CC=gcc, which is breaking my stuff. I recommend $ENV{MAKE_PL_ARGS} -- uppercase of whatever CPANPLUS calls that config variable. Ideally, you could default it to the CP:Config if present.