From: mkanat%kerio.com <> Date: Mon, 28 Nov 2005 15:16:32 +0000 (+0000) Subject: Bug 317899: checksetup needlessly requires a version of MIME::Base64 newer than perl... X-Git-Tag: bugzilla-2.22rc1~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dc50943fbe965ad929b21ae4f84752edff295fb;p=thirdparty%2Fbugzilla.git Bug 317899: checksetup needlessly requires a version of MIME::Base64 newer than perl 5.8.5 (RHEL4) Patch By Max Kanat-Alexander r=glob, a=justdave --- diff --git a/checksetup.pl b/checksetup.pl index ae6b5665d0..8fe44d4cd4 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -324,7 +324,7 @@ my $modules = [ }, { name => 'MIME::Base64', - version => $^O =~ /MSWin32/i ? '3.01' : '3.03' + version => '3.01' }, { name => 'MIME::Parser',