MAN page from Old RedHat 5.X perl-5.004-4.i386.rpm
ExtUtils::Miniperl
Section: Perl Programmers Reference Guide (3)
Updated: perl 5.004, patch 04
Index NAME
ExtUtils::Miniperl, writemain - write the C code for perlmain.c
SYNOPSIS
use ExtUtils::Miniperl;writemain(@directories);
DESCRIPTION
This whole module is written when perl itself is built from a scriptcalled minimod.PL. In case you want to patch it, please patchminimod.PL in the perl distribution instead.
writemain() takes an argument list of directories containing archivelibraries that relate to perl modules and should be linked into a newperl binary. It writes to STDOUT a corresponding perlmain.c file thatis a plain C file containing all the bootstrap code to make themodules associated with the libraries available from within perl.
The typical usage is from within a Makefile generated byExtUtils::MakeMaker. So under normal circumstances you won't have todeal with this module directly.
SEE ALSO
the
ExtUtils::MakeMaker manpage
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- SEE ALSO
This document was created byman2html,using the manual pages.