|
|
| P is for Practical | |
| PerlMonks |
Use ExtUtils::MakeMaker to install scriptsby IlyaM (Parson) |
| on Dec 27, 2002 at 10:17 UTC ( #222511=note: print w/ replies, xml ) | Need Help?? |
|
Exactly. This is why for all Perl scripts I'm going to distrubute on other systems I use ExtUtils::MakeMaker which does such patching automatically. It is very simple: Once finished you can type perl Makefile.PL; make dist and get tarball ready to install with tar zxvf Hello-1.00.tar.gz; cd Hello-1.00; perl Makefile.PL; make; make install Update: Replaced 'script.pl' with 'hello' in 'MANIFEST'.
--
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||