| 1 |
NAME |
| 2 |
staticperl - perl, libc, 50 modules all in one 500kb file |
| 3 |
|
| 4 |
SYNOPSIS |
| 5 |
staticperl help # print the embedded documentation |
| 6 |
staticperl fetch # fetch and unpack perl sources |
| 7 |
staticperl configure # fetch and then configure perl |
| 8 |
staticperl build # configure and then build perl |
| 9 |
staticperl install # build and then install perl |
| 10 |
staticperl clean # clean most intermediate files (restart at configure) |
| 11 |
staticperl distclean # delete everything installed by this script |
| 12 |
staticperl cpan # invoke CPAN shell |
| 13 |
staticperl instmod path... # install unpacked modules |
| 14 |
staticperl instcpan modulename... # install modules from CPAN |
| 15 |
staticperl mkbundle <bundle-args...> # see documentation |
| 16 |
staticperl mkperl <bundle-args...> # see documentation |
| 17 |
|
| 18 |
Typical Examples: |
| 19 |
|
| 20 |
staticperl install # fetch, configure, build and install perl |
| 21 |
staticperl cpan # run interactive cpan shell |
| 22 |
staticperl mkperl -M '"Config_heavy.pl"' # build a perl that supports -V |
| 23 |
staticperl mkperl -MAnyEvent::Impl::Perl -MAnyEvent::HTTPD -MURI -MURI::http |
| 24 |
# build a perl with the above modules linked in |
| 25 |
|
| 26 |
DESCRIPTION |
| 27 |
AUTHOR |
| 28 |
Marc Lehmann <schmorp@schmorp.de> |
| 29 |
http://software.schmorp.de/pkg/staticperl.html |
| 30 |
|