http://www.perlmonks.org?node_id=699563


in reply to Re: Parameters to make-invoked script
in thread Parameters to make-invoked script

Thanks for the input!

I use ExtUtils::MakeMaker, so messing with Makefile itself is something I'd like to avoid. If you think that env variables are something I can use to tweak the details of the build process without shame, then I'm very much satisfied. I'll simply take care of the environment variables in the script, that's no problem.

Thank you once again.

use strict; use warnings; print "Just Another Perl Hacker\n";