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?
-
1I'll talk about this at YAPC::Europedaxim– daxim2012-06-29 10:22:08 +00:00Commented Jun 29, 2012 at 10:22
Add a comment
|