From: bugreport%peshkin.net <> Date: Wed, 10 Aug 2005 04:19:43 +0000 (+0000) Subject: Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools X-Git-Tag: bugzilla-2.21.1~129 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b67a2e824b5120c3d8d06948927b5372ea98a6;p=thirdparty%2Fbugzilla.git Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools Patch by Joel Peshkin r=glob,wurblzap a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index f8385449e8..ef659b7326 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -324,8 +324,8 @@ my $modules = [ version => $^O =~ /MSWin32/i ? '3.01' : '3.03' }, { - name => 'MIME::Tools', - version => '5.417' + name => 'MIME::Parser', + version => '5.406' }, { name => 'Storable', @@ -347,7 +347,8 @@ my %ppm_modules = ( 'GD::Graph' => 'GDGraph', 'GD::Text::Align' => 'GDTextUtil', 'Mail::Mailer' => 'MailTools', - 'MIME::Tools' => 'MIME-Tools', + 'Mail::Base64' => 'MIME-Base64', + 'MIME::Parser' => 'MIME-Tools', ); sub install_command {