]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
The maintainer of MIME::tools released a new version that now supports
authorMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 22 Apr 2010 17:44:44 +0000 (10:44 -0700)
committerMax Kanat-Alexander <mkanat@bugzilla.org>
Thu, 22 Apr 2010 17:44:44 +0000 (10:44 -0700)
--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

index bda283ce28ba15a3abbe355fc40888e2f3e24a7f..6e3e90f6e3b40bd87885a006459337eb1583e18f 100644 (file)
@@ -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',