diff options
-rwxr-xr-x | checksetup.pl | 2 |
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', |