From: Mischa POSLAWSKY Date: Thu, 4 Jun 2015 21:33:58 +0000 (+0200) Subject: perl: final features for v5.22 release X-Git-Tag: v1.7~4 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/52e6427322b58db16fbaabb4e85ac7ca05112ad1 perl: final features for v5.22 release --- diff --git a/perl.inc.pl b/perl.inc.pl index 8c99a8b..b0e9a45 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -138,16 +138,17 @@ use utf8; }, }, - v5.21.9 => { + v5.22 => { new => [ ['\$alias =', 'aliasing via reference'], - ['<<>>', 'safe readline ignoring open flags in arguments'], + ['<<>>', '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)'], ['&.', '& | ^ ~ consistently numeric, dotted operators for strings', 'experimental::bitwise'], + [q"use re 'strict'", 'apply stricter syntax rules to regular expression patterns', 'experimental::re_strict'], + ['0x.beep+0', q"hexadecimal floating point notation with binary power; printf '%a' to display"], ], unicode => '7.0', - release => '2015-02-21', - unstable => 1, + release => '2015-06-01', }, }