diff options
author | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-29 13:29:03 +0000 |
---|---|---|
committer | Steve Hay <steve.m.hay@googlemail.com> | 2015-01-29 13:29:03 +0000 |
commit | 6b12f8a9d54e6f2263e24714393fecb3497bfe61 (patch) | |
tree | 2a7fb7960fc9048534582c3c03e4a5d9cf449e6b /ext/ExtUtils-Miniperl/lib | |
parent | 8c09dc111e67d38e69c0c88d94529216a827c526 (diff) | |
download | perl-6b12f8a9d54e6f2263e24714393fecb3497bfe61.tar.gz |
ExtUtils::Miniperl - Restore a missing line of POD
This seems to have been accidentally deleted by commit a06cd52b4e.
Diffstat (limited to 'ext/ExtUtils-Miniperl/lib')
-rw-r--r-- | ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm index ec2316d91f..8dd0f28889 100644 --- a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm +++ b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm @@ -234,6 +234,7 @@ C<writemain()> takes an argument list of directories containing archive libraries that relate to perl modules and should be linked into a new perl binary. It writes a corresponding F<perlmain.c> file that is a plain C file containing all the bootstrap code to make the +modules associated with the libraries available from within perl. If the first argument to C<writemain()> is a reference to a scalar it is used as the filename to open for output. Any other reference is used as the filehandle to write to. Otherwise output defaults to C<STDOUT>. |