diff options
author | Karl Williamson <public@khwilliamson.com> | 2013-07-07 06:16:11 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2013-07-07 07:22:46 -0600 |
commit | 9389eb2431d9a33fecb2a50fa9cd904d5775a735 (patch) | |
tree | 7997dee48d2748c5d3dfeaea06d9200e635f5760 /ext/ExtUtils-Miniperl/lib/ExtUtils | |
parent | b2b69a966b47abd2cb4c320da60619b27c6c8abf (diff) | |
download | perl-9389eb2431d9a33fecb2a50fa9cd904d5775a735.tar.gz |
ExtUtils::Miniperl: Remove pod repeated phrase
Diffstat (limited to 'ext/ExtUtils-Miniperl/lib/ExtUtils')
-rw-r--r-- | ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm index a2870fe25a..a2f74753e2 100644 --- a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm +++ b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm @@ -258,7 +258,7 @@ 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 is a reference it +If the first argument to C<writemain()> is a reference, it is used as the file handle to write to. Otherwise output is to C<STDOUT>. The typical usage is from within a Makefile generated by |