Reputation: 7335
I have simple perl script and I want to make install script which install dependencies (perl modules) and copy my file.perl to /usr/share/path
asking about password if necessary. I found that there are some solutions for installing perl modules (Makefile.PL, Build.PL etc.). But my script isn't module. How should I attempt it?
Upvotes: 1
Views: 303