build - Install script for perl script -


i have simple perl script , want make install script install dependencies (perl modules) , copy file.perl /usr/share/path asking password if necessary. found there solutions installing perl modules (makefile.pl, build.pl etc.). script isn't module. how should attempt it?

makefile.pl/extutils::makemaker support exe_files parm perl script, can see how app::ack this or check tutorial. set prefix directory , should work you.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -