From 3417cb73db6d2306a012d3c624e9bec92fa1a161 Mon Sep 17 00:00:00 2001 From: Max Kanat-Alexander Date: Thu, 22 Apr 2010 10:44:44 -0700 Subject: 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 --- Bugzilla/Install/CPAN.pm | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Bugzilla/Install/CPAN.pm') 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', -- cgit v1.2.3-24-g4f1b