Commit 0dc50943 authored by mkanat%kerio.com's avatar mkanat%kerio.com

Bug 317899: checksetup needlessly requires a version of MIME::Base64 newer than perl 5.8.5 (RHEL4)

Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=glob, a=justdave
parent 1e249333
......@@ -324,7 +324,7 @@ my $modules = [
},
{
name => 'MIME::Base64',
version => $^O =~ /MSWin32/i ? '3.01' : '3.03'
version => '3.01'
},
{
name => 'MIME::Parser',
......
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