Installation
The Perl 5 way:
shell> perl Makefile.PL
shell> make
shell> make test
shell> make install
What if make is not available?
No standard method under Perl 4 (hy^Histe^Horical).
install.me
shell> perl install.me
Pathname of perl executable: ("/usr/local/bin/perl")
Directory to install executables: ("/usr/local/bin")
Directory to install library files: ("/usr/local/lib/perl5/site_perl/5.005")
Directory to install documentation: ("/usr/local/doc/MHonArc")
...
Emulate Perl 5 way with custom Makefile.PL
and "install.me -batch"
|