perl: some distro and unicode information
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 27 Jan 2014 23:28:05 +0000 (00:28 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 27 Jan 2014 23:28:05 +0000 (00:28 +0100)
perl.inc.pl

index ca836cce5946284ed1fe9dd5456ee4ccd015707b..f4d783590d657cff320eda5b00b9676e234038d8 100644 (file)
@@ -11,14 +11,26 @@ use utf8;
                        ['open $fh, $mode, $expr'],
                ],
                release => '2000-03-23',
                        ['open $fh, $mode, $expr'],
                ],
                release => '2000-03-23',
+               distro => {
+                       debian => 'woody',
+                       redhat => '2.1',
+               },
+               unicode => '3.0.1',
        },
        },
+
        v5.8 => {
                new => [
                        ['unicode overhaul'],
                        ['PerlIO'],
                ],
                release => '2002-07-18',
        v5.8 => {
                new => [
                        ['unicode overhaul'],
                        ['PerlIO'],
                ],
                release => '2002-07-18',
+               distro => {
+                       debian => 'sarge',
+                       redhat => '3.9',
+               },
+               unicode => '3.2.0',
        },
        },
+
        v5.10 => {
                new => [
                        ['//', 'defined-or operator'],
        v5.10 => {
                new => [
                        ['//', 'defined-or operator'],
@@ -30,7 +42,13 @@ use utf8;
                        ['my $_', 'lexically scoped version of the default variable'],
                ],
                release => '2007-12-18',
                        ['my $_', 'lexically scoped version of the default variable'],
                ],
                release => '2007-12-18',
+               distro => {
+                       debian => 'lenny',
+                       redhat => '6.5',
+               },
+               unicode => '5.0.0',
        },
        },
+
        v5.12 => {
                new => [
                        ['package version', 'package NAME VERSION shorthand for our $VERSION"'],
        v5.12 => {
                new => [
                        ['package version', 'package NAME VERSION shorthand for our $VERSION"'],
@@ -39,7 +57,9 @@ use utf8;
                        ['... when', '"when" is now allowed to be used as a statement modifier'],
                ],
                release => '2010-04-12',
                        ['... when', '"when" is now allowed to be used as a statement modifier'],
                ],
                release => '2010-04-12',
+               unicode => '5.2',
        },
        },
+
        v5.14 => {
                new => [
                        ['s///r', 'non-destructive substitution'],
        v5.14 => {
                new => [
                        ['s///r', 'non-destructive substitution'],
@@ -49,7 +69,12 @@ use utf8;
                        ['each $ref e.a.', 'array and hash container functions accept references'],
                ],
                release => '2011-05-14',
                        ['each $ref e.a.', 'array and hash container functions accept references'],
                ],
                release => '2011-05-14',
+               distro => {
+                       debian => 'wheezy',
+               },
+               unicode => '6.0+#8',
        },
        },
+
        v5.16 => {
                new => [
                        ['__SUB__', 'current subroutine reference'],
        v5.16 => {
                new => [
                        ['__SUB__', 'current subroutine reference'],
@@ -57,7 +82,12 @@ use utf8;
                        ['"\N{}"', 'automatic use charnames qw( :full :short )'],
                ],
                release => '2012-05-20',
                        ['"\N{}"', 'automatic use charnames qw( :full :short )'],
                ],
                release => '2012-05-20',
+               distro => {
+                       redhat => '7.0',
+               },
+               unicode => '6.1',
        },
        },
+
        v5.18 => {
                new => [
                        ['${^LAST_FH}', 'last read filehandle (used by $.)'],
        v5.18 => {
                new => [
                        ['${^LAST_FH}', 'last read filehandle (used by $.)'],
@@ -66,5 +96,9 @@ use utf8;
                        ['next $expression', 'loop controls allow runtime expressions'],
                ],
                release => '2013-05-18',
                        ['next $expression', 'loop controls allow runtime expressions'],
                ],
                release => '2013-05-18',
+               distro => {
+                       debian => 'jessie',
+               },
+               unicode => '6.2',
        },
 }
        },
 }