perl: compatibility on oracle solaris boxen
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 24 Jan 2015 18:30:57 +0000 (19:30 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Sun, 1 Feb 2015 17:32:41 +0000 (18:32 +0100)
Commercial unix with long support for indication of minimum availability.

perl.inc.pl

index 23ca6cf5a1f09f30b06137b845049f207e4e8c79..85ec1d823b0b7298f9b012ec0bdd203f054c432d 100644 (file)
@@ -15,6 +15,7 @@ use utf8;
                distro => {
                        debian => 'woody',
                        redhat => '2.1',
                distro => {
                        debian => 'woody',
                        redhat => '2.1',
+                       solaris => '9', # 2002-05 eol 2014-10
                },
                unicode => '3.0.1',
        },
                },
                unicode => '3.0.1',
        },
@@ -33,6 +34,7 @@ use utf8;
                distro => {
                        debian => 'sarge',
                        redhat => '3.9',
                distro => {
                        debian => 'sarge',
                        redhat => '3.9',
+                       solaris => '10', # v5.8.4; 2005-01 eol 2021-01
                },
                unicode => '3.2.0',
        },
                },
                unicode => '3.2.0',
        },
@@ -66,6 +68,9 @@ use utf8;
                ],
                release => '2010-04-12',
                unicode => '5.2',
                ],
                release => '2010-04-12',
                unicode => '5.2',
+               distro => {
+                       solaris => '11', # also v5.8.4; 2010-11 eol 2024-11
+               },
        },
 
        v5.14 => {
        },
 
        v5.14 => {