This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
ExtUtils::Miniperl - Restore a missing line of POD
authorSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Jan 2015 13:29:03 +0000 (13:29 +0000)
committerSteve Hay <steve.m.hay@googlemail.com>
Thu, 29 Jan 2015 13:29:03 +0000 (13:29 +0000)
This seems to have been accidentally deleted by commit a06cd52b4e.

ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm

index ec2316d..8dd0f28 100644 (file)
@@ -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>.