perl: release data for ubuntu versions
[sheet.git] / perl.inc.pl
index 1381ea3dd9e45b117b9ea81dd9fdea7a6e50f97b..237972e0444efe5931b199474384995faf0abfad 100644 (file)
@@ -43,6 +43,7 @@ use utf8;
                        rhel => '3', # v5.8.0; v5.8.8 in RHEL6 (2007-2014)
                        solaris => '10', # v5.8.4; 2005-01 eol 2021-01
                        centos => '3-5', # v5.8.0 in v3 (2004-03); v5.8.8 in v5 (eol 2017-03)
+                       ubuntu => '4.10',
                },
                unicode => '3.2.0',
        },
@@ -62,6 +63,7 @@ use utf8;
                        debian => 'lenny',
                        rhel => '6', # v5.10.1
                        centos => '6', # v5.10.1 (2011-07 eol 2020-11)
+                       ubuntu => '8.10', # v5.10.1 in 10.04 LTS
                },
                unicode => '5.0.0',
        },
@@ -79,6 +81,7 @@ use utf8;
                unicode => '5.2',
                distro => {
                        solaris => '11', # also v5.8.4; 2010-11 eol 2024-11
+                       ubuntu => '11.10',
                },
        },
 
@@ -94,6 +97,7 @@ use utf8;
                release => '2011-05-14',
                distro => {
                        debian => 'wheezy',
+                       ubuntu => '12.04',
                },
                unicode => '6.0+#8',
        },
@@ -121,6 +125,9 @@ use utf8;
                        [q"<code>no warnings 'experimental::…'</code>", 'mechanism for experimental features, as of now required for smartmatch'],
                ],
                release => '2013-05-18',
+               distro => {
+                       ubuntu => '14.04',
+               },
                unicode => '6.2',
        },
 
@@ -135,6 +142,7 @@ use utf8;
                release => '2014-05-27',
                distro => {
                        debian => 'jessie',
+                       ubuntu => '14.10',
                },
        },
 
@@ -150,6 +158,9 @@ use utf8;
                ],
                unicode => '7.0',
                release => '2015-06-01',
+               distro => {
+                       ubuntu => '16.04',
+               },
        },
 
        v5.23.8 => {