From: Mischa POSLAWSKY Date: Sun, 1 Jan 2017 23:22:13 +0000 (+0100) Subject: perl: upcoming features upto v5.25.8 X-Git-Tag: v1.9~22 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/f84c3bb1e0064bf67ef06f6d729f9cfce0a16299 perl: upcoming features upto v5.25.8 --- diff --git a/perl.inc.pl b/perl.inc.pl index 3b3b1af..d251468 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -152,7 +152,7 @@ use utf8; v5.22 => { new => [ - ['\$alias =', 'aliasing via reference'], + ['\$alias =', 'aliasing via reference (scoped as of v5.25.3)', 'experimental::refaliasing'], ['<<>>', 'safe readline ignoring open flags in arguments'], ['/()/n', 'flag to disable numbered capturing, turning () into (?:)'], ['/\b{}/', 'boundary types: gcb (grapheme cluster), sb (sentence), wb (word)'], @@ -176,4 +176,13 @@ use utf8; unicode => '8.0', release => '2016-05-09', }, + + v5.25.8 => { + new => [ + ['<<~EOT', 'indented here-docs, strips same whitespace before delimiter in each line'], + ['@{^CAPTURE}', q"array of last match's captures, so @{^CAPTURE}[0] is $1"], + ], + unicode => '9.0', # also Script_Extensions/scx in "\p{script}" + release => '2016-12-20', + }, }