----- Original Message ----- From: "Michael G Schwern" <[EMAIL PROTECTED]>
> > [1] There's not even a MAKE argument for Makefile.PL. Maybe there > should be. > I'd be happy with that. On occasion, I've wanted to switch between 'nmake' and 'dmake', which I've done by amending Config.pm. Mind you, I don't object to having to do it that way. Imo, if you want to use a make that's not the one specified in $Config{make}, then you ought to be prepared to go into Config.pm and change it. But if, when you wanted to use something other than $Config{make}, you could do something like 'perl Makefile.PL make=newmake', then that would be soooo much easier :-) Cheers, Rob