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

Hell yeah, I was looking for exactly this. I'll add this mechanism and keep the environment variables for compatibility with dumber make's. Thanks pal.

Update: Oh wait, can I add this functionality from Makefile.PL?

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