in reply to Creating a bin or script directory with h2xs

I know how to do it with Makefile.PL which is created by module-starter. By adding this option to WriteMakefile():

WriteMakefile( ... EXE_FILES => ['scripts/abc.pl', 'scripts/xyz.pl'], );