perl: final features for v5.22 release
authorMischa POSLAWSKY <perl@shiar.org>
Thu, 4 Jun 2015 21:33:58 +0000 (23:33 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Tue, 9 Jun 2015 03:43:44 +0000 (05:43 +0200)
perl.inc.pl

index 8c99a8b2a0c057d7a5a4cfb38ff3ec483e99cf13..b0e9a45dfa1bc161aff421c57a48b6652ef80c85 100644 (file)
@@ -138,16 +138,17 @@ use utf8;
                },
        },
 
-       v5.21.9 => {
+       v5.22 => {
                new => [
                        ['<code>\$alias =</code>', 'aliasing via reference'],
-                       ['<code>&lt;&lt;>></code>', 'safe readline ignoring open flags in arguments'],
+                       ['<code>&lt;&lt;>></code>', 'safe <code>readline</code> ignoring open flags in arguments'],
                        ['<code>/()/n</code>', 'flag to disable numbered capturing, turning <code>()</code> into <code>(?:)</code>'],
                        ['<code>/\b{}/</code>', 'boundary types: <em>gcb</em> (grapheme cluster), <em>sb</em> (sentence), <em>wb</em> (word)'],
                        ['<code>&.</code>', '<code>& | ^ ~</code> consistently numeric, dotted operators for strings', 'experimental::bitwise'],
+                       [q"<code>use re 'strict'</code>", 'apply stricter syntax rules to regular expression patterns', 'experimental::re_strict'],
+                       ['<code>0x.beep+0</code>', q"hexadecimal floating point notation with binary power; <code>printf '%a'</code> to display"],
                ],
                unicode => '7.0',
-               release => '2015-02-21',
-               unstable => 1,
+               release => '2015-06-01',
        },
 }