X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile.PL;h=ae6ba95cc651ea38f35c5a357951ca92e2c93a11;hb=f1045262a773a66c28bf49d691dd29e4249b93eb;hp=77bb41fc85c3db232db3ca105f9a224fa6f1d69a;hpb=30ede608b06ea02352a52bd0bb71d5f7798998b8;p=dbsrgits%2FDBIx-Class-Schema-Loader.git diff --git a/Makefile.PL b/Makefile.PL index 77bb41f..ae6ba95 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -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};