summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2018-04-29 19:52:31 -0400
committerJames E Keenan <jkeenan@cpan.org>2018-04-29 19:52:31 -0400
commit3e42bc55a45dde475576309963b6b1424080a55e (patch)
tree5da7f373cf04939d02b0b05a7b2de74cd1fc8f21 /lib
parent5240e169d99ef6bdcf367da3de2cf7c4458bd47e (diff)
Spell ModuleMaker with CamelCase.
Diffstat (limited to 'lib')
-rw-r--r--lib/ExtUtils/ModuleMaker.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ExtUtils/ModuleMaker.pm b/lib/ExtUtils/ModuleMaker.pm
index 9d68316..5395f51 100644
--- a/lib/ExtUtils/ModuleMaker.pm
+++ b/lib/ExtUtils/ModuleMaker.pm
@@ -1233,7 +1233,7 @@ C<ExtUtils::ModuleMaker::new()>:
=item * Tests Require Perl 5.6
While the maintainer has attempted to make the code in
-F<lib/ExtUtils/Modulemaker.pm> and the F<modulemaker> utility compatible
+F<lib/ExtUtils/ModuleMaker.pm> and the F<modulemaker> utility compatible
with versions of Perl older than 5.6, the test suite currently requires
5.6 or later. The tests which require 5.6 or later are placed in SKIP blocks.
Since the overwhelming majority of the tests I<do> require 5.6, running the
@@ -1308,7 +1308,7 @@ Development repository: L<https://github.com/jkeenan/extutils-modulemaker>
=head1 ACKNOWLEDGMENTS
-Thanks first and foremost to Geoff Avery for creating ExtUtils::Modulemaker
+Thanks first and foremost to Geoff Avery for creating ExtUtils::ModuleMaker
and popularizing it via presentations I attended at YAPC::NA::2003 (Boca
Raton) and YAPC::EU::2003 (Paris).