Hi Jason,
I was reviewing your module makefile, and I'd like to help you make some changes that will rely more on templates. Since your code is all perl, this should be pretty straight forward.
As an example, you have in your make file:
deploy-service-scripts:
# First create the start script (should be a better way to do this…)
…
Usually, we use tpage as a templating tool and use start_service.tt and stop_service.tt templates that get filled in at make time.
Also, I don't see a scripts directory. Do you have scripts that will be executable from IRIS?
Thanks,
Tom