I am building a module using ExtUtils::MakeMaker. I am having a difficult time trying to find a way to specify binary files that I want to install with the module into the Perl/bin or Perl/site/bin paths. There is a EXE_FILES attribute but this is strictly for specifying Perl scripts to include with the module. Short of hard coding the copying of these files to the INST_BIN path into the Makefile.PL, is there any other way to do this using MakeMaker functionality?