I am using ExtUtils::MakeMaker to create a Makefile for a Perl package from a Makefile.PL.
The Perl package (and the tests) are dependent on an executable that the Perl package calls via Perl's system().
Is there any way that I can specify the executable as a prerequisite with ExtUtils::MakeMaker.