]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 303482: Change checksetup.pl to check for MIME::Parser instead of MIME::Tools
authorbugreport%peshkin.net <>
Wed, 10 Aug 2005 04:19:43 +0000 (04:19 +0000)
committerbugreport%peshkin.net <>
Wed, 10 Aug 2005 04:19:43 +0000 (04:19 +0000)
Patch by Joel Peshkin <bugreport@peshkin.net>
r=glob,wurblzap a=justdave

checksetup.pl

index f8385449e8e83e8a5e2bcbd1b24a95d9c06fbd26..ef659b73267001944be0a40f312d41b33fd6a98a 100755 (executable)
@@ -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 {