summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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',