typo fixes for root level scripts

Add David Steinbrunner to AUTHORS.
Update pod issues database.
This commit is contained in:
David Steinbrunner 2013-05-21 06:46:18 -04:00 committed by James E Keenan
parent 5364049c28
commit 2effe01f18
11 changed files with 15 additions and 9 deletions

View File

@ -312,6 +312,7 @@ David Nicol <whatever@davidnicol.com>
David R. Favor <dfavor@austin.ibm.com>
David Sparks <daves@ca.sophos.com>
David Starks-Browning <dstarks@rc.tudelft.nl>
David Steinbrunner <dsteinbrunner@pobox.com>
David Sundstrom <sunds@asictest.sc.ti.com>
David M. Syzdek <david@syzdek.net>
David Wheeler <david@wheeler.net>

View File

@ -14,7 +14,7 @@
# MANIFEST and *.[ch].
#
# This script is normally invoked as part of 'make all', but is also
# called from from regen.pl.
# called from regen.pl.
#
# '=head1' are the only headings looked for. If the next line after the
# heading begins with a word character, it is considered to be the first line

View File

@ -384,7 +384,7 @@ $fetch_string .= <<'EOT';
EOT
} else {
# We only have ' delimted.
# We only have ' delimited.
$fetch_string .= <<'EOT';
return undef unless $Config_SH_expanded =~ /\n$key=\'(.*?)\'\n/s;

View File

@ -16,7 +16,7 @@ BEGIN {
# prefixes.
#
# So we set $^X to pretend that we're the already installed perl, so
# Config.pm doesits ... expansion off that location.
# Config.pm does its ... expansion off that location.
my $location = $Config{initialinstalllocation};
die <<'OS' unless defined $location;

View File

@ -671,7 +671,7 @@ sub installlib {
# this, as $_ becomes a pathname, and so still works. However, it's not
# obvious that $_ is needed later, and hence $_ must not be modified.
# Also, many of the regex exlusion tests below are now superfluous, as the
# Also, many of the regex exclusion tests below are now superfluous, as the
# files in question are either no longer in blead, or now in ext/, dist/ or
# cpan/ and not copied into lib/

View File

@ -43,7 +43,7 @@ my $ext_dirs_re = '(?:' . join('|', @ext_dirs) . ')';
# Mostly because they still not ported to specified platform.
#
# If any extensions are listed with a '+' char then only those
# extensions will be built, but only if they arent countermanded
# extensions will be built, but only if they aren't countermanded
# by an '!ext' and are appropriate to the type of building being done.
# It may be deleted in a later release of perl so try to

View File

@ -178,7 +178,7 @@ git_unpushed='$unpushed_commit_list'";
$commit_title ||= "Commit id:";
}
# we extract the filename out of the warning header, so dont mess with that
# we extract the filename out of the warning header, so don't mess with that
write_files(<<"EOF_HEADER", <<"EOF_CONFIG");
/**************************************************************************
* WARNING: 'git_version.h' is automatically generated by make_patchnum.pl

View File

@ -627,7 +627,7 @@ if ($ARGS{PLATFORM} eq 'netware') {
}
if ($define{'USE_PERLIO'}) {
# Export the symols that make up the PerlIO abstraction, regardless
# Export the symbols that make up the PerlIO abstraction, regardless
# of its implementation - read from a file
push @syms, 'perlio.sym';

View File

@ -1,6 +1,6 @@
#!/usr/bin/perl -w
#
# regen.pl - a wrapper that runs all *.pl scripts to to autogenerate files
# regen.pl - a wrapper that runs all *.pl scripts to autogenerate files
require 5.004; # keep this compatible, an old perl is all we may have before
# we build the new one

View File

@ -296,6 +296,7 @@ pod/perltru64.pod ? Should you be using F<...> or maybe L<...> instead of 1
pod/perltru64.pod Verbatim line length including indents exceeds 79 by 4
pod/perlunifaq.pod empty section in previous paragraph 1
pod/perluniprops.pod =item type mismatch 6
pod/perlutil.pod Apparent internal link is missing its forward slash 2
pod/perlvms.pod ? Should you be using F<...> or maybe L<...> instead of 1
pod/perlvms.pod Verbatim line length including indents exceeds 79 by 2
pod/perlwin32.pod Verbatim line length including indents exceeds 79 by 12
@ -310,6 +311,10 @@ porting/todo.pod Verbatim line length including indents exceeds 79 by 7
symbian/perlutil.pod Verbatim line length including indents exceeds 79 by 4
utils/c2ph Verbatim line length including indents exceeds 79 by 44
utils/pod2html Pod NAME already used 1
utils/prove Apparent broken link 2
utils/prove Pod NAME already used 1
utils/prove There is more than one target 1
utils/prove Verbatim line length including indents exceeds 79 by 3
vms/ext/filespec.pm Verbatim line length including indents exceeds 79 by 1
x2p/a2p.pod empty section in previous paragraph 2
lib/benchmark.pm Verbatim line length including indents exceeds 79 by 4

View File

@ -34,7 +34,7 @@ my @toolchain = qw(cpan/AutoLoader/lib
# Used only in ExtUtils::Liblist::Kid::_win32_ext()
push @toolchain, 'cpan/Text-ParseWords/lib' if $^O eq 'MSWin32';
# lib must be last, as the the toolchain modules write themselves into it
# lib must be last, as the toolchain modules write themselves into it
# as they build, and it's important that @INC order ensures that the partially
# written files are always masked by the complete versions.