From: Max Kanat-Alexander Date: Thu, 22 Apr 2010 17:44:44 +0000 (-0700) Subject: The maintainer of MIME::tools released a new version that now supports X-Git-Tag: bugzilla-3.7.1~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3417cb73db6d2306a012d3c624e9bec92fa1a161;p=thirdparty%2Fbugzilla.git 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 --- diff --git a/Bugzilla/Install/CPAN.pm b/Bugzilla/Install/CPAN.pm index bda283ce28..6e3e90f6e3 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',