I use ExtUtils::MakeMakerto create Makefilefor Perl package from Makefile.PL.
The Perl package (and tests) depends on the executable that the Perl package calls through Perl system().
Is it possible to specify an executable file as a prerequisite with ExtUtils::MakeMaker.
source
share