Commit 67b67a2e authored by bugreport%peshkin.net's avatar bugreport%peshkin.net

Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools

Patch by Joel Peshkin <bugreport@peshkin.net> r=glob,wurblzap a=justdave
parent b356ebd1
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment