perl: minor rewording of a few descriptions
authorMischa POSLAWSKY <perl@shiar.org>
Sun, 24 Jul 2016 00:32:59 +0000 (02:32 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Wed, 22 Mar 2017 21:28:04 +0000 (22:28 +0100)
perl.inc.pl

index de9fc68249af2b401c75df13f434eac08529e722..3b3b1af7a49881b055ee9d6b9721f818bd60460b 100644 (file)
@@ -73,7 +73,7 @@ use utf8;
 
        v5.12 => {
                new => [
 
        v5.12 => {
                new => [
-                       ['<code>package version</code>', '<code>package</code> NAME VERSION shorthand for <code>our $VERSION</code>'],
+                       ['<code>package</code> version', '<code>package</code> NAME VERSION shorthand for <code>our $VERSION</code>'],
                        ['<code>...</code>', 'yada-yada operator: code placeholder'],
                        ['<code>use 5.012</code>', 'implicit <code>strict</code> if use VERSION >= v5.12'],
                        ['<code>… when</code>', '<code>when</code> is now allowed to be used as a statement modifier'],
                        ['<code>...</code>', 'yada-yada operator: code placeholder'],
                        ['<code>use 5.012</code>', 'implicit <code>strict</code> if use VERSION >= v5.12'],
                        ['<code>… when</code>', '<code>when</code> is now allowed to be used as a statement modifier'],
@@ -123,7 +123,7 @@ use utf8;
                new => [
                        ['<code>${^LAST_FH}</code>', 'last read filehandle (used by <code>$.</code>)'],
                        ['<code>/(?[ a + b ])/</code>', 'regex set operations (character substraction <code>-</code>, unions <code>&amp;</code>)', 'experimental::regex_sets'],
                new => [
                        ['<code>${^LAST_FH}</code>', 'last read filehandle (used by <code>$.</code>)'],
                        ['<code>/(?[ a + b ])/</code>', 'regex set operations (character substraction <code>-</code>, unions <code>&amp;</code>)', 'experimental::regex_sets'],
-                       ['<code>my sub</code>', 'lexical subroutines (also <code>state</code>, <code>our</code>)', 'experimental::lexical_subs'],
+                       ['<code>my sub</code>', 'lexical subroutines (also <code>state</code>, <code>our</code>); buggy before v5.22', 'experimental::lexical_subs'],
                        ['<code>next $expression</code>', 'loop controls allow runtime expressions'],
                        [q"<code>no warnings 'experimental::…'</code>", 'mechanism for experimental features, as of now required for smartmatch'],
                ],
                        ['<code>next $expression</code>', 'loop controls allow runtime expressions'],
                        [q"<code>no warnings 'experimental::…'</code>", 'mechanism for experimental features, as of now required for smartmatch'],
                ],
@@ -171,7 +171,7 @@ use utf8;
                new => [
                        [q"<code>printf '%.*2$x'</code>", 'reordered precision arguments'],
                        ['<code>/\b{lb}/</code>', 'line break boundary type (position suitable for hyphenation)'],
                new => [
                        [q"<code>printf '%.*2$x'</code>", 'reordered precision arguments'],
                        ['<code>/\b{lb}/</code>', 'line break boundary type (position suitable for hyphenation)'],
-                       ['<code>/faster/</code>', 'significant speedups matching fixed substrings and <code>/i</code> with caseless languages'],
+                       ['<code>/faster/</code>', 'various significant speedups, notably matching fixed substrings, <code>/i</code> on caseless languages, 64-bit arithmetic, scope overhead'],
                ],
                unicode => '8.0',
                release => '2016-05-09',
                ],
                unicode => '8.0',
                release => '2016-05-09',