perl: macos version compatibility
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 20 Aug 2023 23:07:26 +0000 (01:07 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 26 Oct 2023 23:30:04 +0000 (01:30 +0200)
perl.inc.pl

index ea1eb82f40c06da833abacf756b92b9494946cbb..9f18c3421b6c34855e98a6a96594a1aa548787db 100644 (file)
@@ -217,6 +217,7 @@ use strict;
                distro => {
                        ubuntu => '14.04 LTS', # trusty
                        opensuse => '13.1', # 2013-11 eol 2016-01
+                       macos => '10.15', # pre-installed catalina 2019-10
                },
                unicode => '6.2',
        },
@@ -309,6 +310,7 @@ use strict;
                        debian => '10', # buster 2019-07
                        ubuntu => '19.04', # disco 2019-04 eol 2020-01
                        freebsd => '11', # eol 2021-09
+                       macos => '11', # big sur 2020-11
                },
                distrosum => "stable systems such as Debian 10, Ubuntu 19.04, FreeBSD 11",
        },
@@ -324,6 +326,7 @@ use strict;
                release => '2019-05-22',
                distro => {
                        ubuntu => '20.04', # focal LTS 2020-04 eol 2025-04
+                       macos => '11.3', # big sur 2021-04 and monterrey 2021-10, alongside compatibility v5.18
                },
        },