summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%kerio.com <>2005-11-28 16:16:32 +0100
committermkanat%kerio.com <>2005-11-28 16:16:32 +0100
commit0dc50943fbe965ad929b21ae4f84752edff295fb (patch)
tree61c96319902e9a15021b67fd7db43824f82d3f80 /checksetup.pl
parent1e24933322d4fd449ef35e96f6cfdb15400c9c53 (diff)
downloadbugzilla-0dc50943fbe965ad929b21ae4f84752edff295fb.tar.gz
bugzilla-0dc50943fbe965ad929b21ae4f84752edff295fb.tar.xz
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
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index ae6b5665d..8fe44d4cd 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',