Merge pull request #11360 from Bo98/perl-catalina

os/mac: use perl 5.18 on Catalina
This commit is contained in:
Bo Anderson 2021-05-11 02:35:30 +01:00 committed by GitHub
commit b7782c670f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,8 +64,6 @@ module OS
def preferred_perl_version
if version >= :big_sur
"5.30"
elsif version == :catalina
"5.28"
else
"5.18"
end