summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Bugzilla/Install/CPAN.pm4
1 files changed, 0 insertions, 4 deletions
diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm
index bda283ce2..6e3e90f6e 100644
--- a/Bugzilla/Install/CPAN.pm
+++ b/Bugzilla/Install/CPAN.pm
@@ -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',