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
Post a Comment