diff options
author | David Steinbrunner <dsteinbrunner@pobox.com> | 2013-05-21 06:46:18 -0400 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2013-05-22 19:04:14 -0400 |
commit | 2effe01f18007a1b28e11f29b319f2b5cd0ae4df (patch) | |
tree | 99ff95a447d257486d5d407afbc04e9d884fdf32 /installperl | |
parent | 5364049c28608557a7832b748edaf27ce5262d89 (diff) | |
download | perl-2effe01f18007a1b28e11f29b319f2b5cd0ae4df.tar.gz |
typo fixes for root level scripts
Add David Steinbrunner to AUTHORS.
Update pod issues database.
Diffstat (limited to 'installperl')
-rwxr-xr-x | installperl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl index 0e590e1e3a..ac1c770378 100755 --- a/installperl +++ b/installperl @@ -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/ |