summaryrefslogtreecommitdiff
path: root/ext/ExtUtils-Miniperl
diff options
context:
space:
mode:
authorLajos Veres <vlajos@gmail.com>2015-01-28 21:27:08 -0500
committerJames E Keenan <jkeenan@cpan.org>2015-01-28 21:27:08 -0500
commit92dfa2590a5024b530c9d58fdd2520a01d40cef6 (patch)
treec405e213fffcae85481c7db4adfe55b73f9a6d59 /ext/ExtUtils-Miniperl
parent5bf4b3bf13bc4055684a48448b05920845ef7764 (diff)
downloadperl-92dfa2590a5024b530c9d58fdd2520a01d40cef6.tar.gz
Corrections to spelling and grammatical errors.
Extracted from patch submitted by Lajos Veres in RT #123693.
Diffstat (limited to 'ext/ExtUtils-Miniperl')
-rw-r--r--ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
index 5cf6252918..ec2316d91f 100644
--- a/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
+++ b/ext/ExtUtils-Miniperl/lib/ExtUtils/Miniperl.pm
@@ -8,7 +8,7 @@ use vars qw($VERSION @ISA @EXPORT);
@ISA = qw(Exporter);
@EXPORT = qw(writemain);
-$VERSION = '1.03';
+$VERSION = '1.04';
# blead will run this with miniperl, hence we can't use autodie or File::Temp
my $temp;
@@ -235,7 +235,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
If the first argument to C<writemain()> is a reference to a scalar it is
-used as the filename to open for ouput. Any other reference is used as
+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>.
The typical usage is from within a Makefile generated by