I created a perl script that calls other perl scripts and some .sh scripts.
I needed to install several CPAN modules and some through Makefile.PL.
Now I want to make my program available to others, but I did not want them to have to install those modules manually.
Do you have any way to do that? Preferably a simple way.
(Sorry if the question is stupid, but I'm new to Perl programming)