fix typo of "Module::Install" in Makefile.PL
Justin Hunter [Sun, 19 Jun 2016 19:22:32 +0000 (15:22 -0400)]
Makefile.PL

index 77bb41f..ae6ba95 100644 (file)
@@ -87,7 +87,7 @@ if ($Module::Install::AUTHOR && ! $args->{skip_author_deps}) {
     my @missing_plugins;
     for my $plugin (qw(ReadmeFromPod AuthorTests)) {
         eval "require Module::Install::$plugin" and next;
-        push @missing_plugins, "Module::Instal::$plugin";
+        push @missing_plugins, "Module::Install::$plugin";
         chomp(my $err = $@);
         $missing_plugins[-1] .= " ($err)"
             unless $err =~ m{^Can't locate Module/Install/$plugin.pm in \@INC};