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 /write_buildcustomize.pl | |
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 'write_buildcustomize.pl')
-rw-r--r-- | write_buildcustomize.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 3d773a5a31..018e60e1fd 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -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. |