in reply to How to organize and install test files
WriteMakefile( ... EXE_FILES => \@test_files_to_be_installed, ); [download]
my $builder = $class->new( ... script_files => \@test_files_to_be_installed, ); [download]