http://qs321.pair.com?node_id=855367

earlati has asked for the wisdom of the Perl Monks concerning the following question:

I'm trying to build my first perl package.

It consist of only one module and a bash file, let's say test1.pm and test1.sh.

I have used the module-starter utility, which build a zipped package with the perl module test1.pm but I didn't know how to add the file test1.sh and how setup where this file should be installed. (ie. I want to install it under /etc/profile.d )

Please can someone tell me how include test1.sh in the dist package ?

Regards, Enzo