diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-04-22 19:44:44 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-04-22 19:44:44 +0200 |
commit | 3417cb73db6d2306a012d3c624e9bec92fa1a161 (patch) | |
tree | e09ef9955dc6792169280e11455c7340d8a1d59c /Bugzilla | |
parent | a5c2610c566e249e7d2cbfbe2b1ab2dda02eabc8 (diff) | |
download | bugzilla-3417cb73db6d2306a012d3c624e9bec92fa1a161.tar.gz bugzilla-3417cb73db6d2306a012d3c624e9bec92fa1a161.tar.xz |
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
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/Install/CPAN.pm | 4 |
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', |