in reply to ExtUtils::ModuleMaker and the scripts directory

Do you have something like:
EXE_FILES => [<script/*>],
in the parameters to WriteMakefile in the Makefile.PL file? As far as I recall, that should be there to install executables (i.e. script files).

Liz