Commit 3417cb73 authored by Max Kanat-Alexander's avatar Max Kanat-Alexander

The maintainer of MIME::tools released a new version that now supports

--alldeps for Makefile.PL, so we don't need to make a special exception for it anymore. https://bugzilla.mozilla.org/show_bug.cgi?id=560691
parent a5c2610c
......@@ -146,10 +146,6 @@ sub install_module {
elsif ($name eq 'SOAP::Lite') {
$CPAN::Config->{makepl_arg} .= " --noprompt";
}
# MIME-tools has a Module::Install that's too old to understand alldeps.
elsif ($name =~ /^MIME::/) {
$ENV{PERL_AUTOINSTALL} = '--defaultdeps';
}
my $module = CPAN::Shell->expand('Module', $name);
print install_string('install_module',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment