>>>>> On Fri, 1 Jul 2016 22:15:43 -0400, Rocky Bernstein >>>>> <rocky.bernst...@gmail.com> said:
> If it is the case that something in the smoker decided to invoke > "/usr/bin/make test" as it appears above, then how is a makefile > supposed to know which Perl is intended? - It depends on who wrote the makefile - Makefiles written by ExtUtils::MakeMaker just know it. Typically they set PERL correctly - shipping both a Makefile.PL and a Build.PL correctly is a tough problem -- andreas