From 52e6427322b58db16fbaabb4e85ac7ca05112ad1 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Thu, 4 Jun 2015 23:33:58 +0200 Subject: [PATCH 1/1] perl: final features for v5.22 release --- perl.inc.pl | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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', }, } -- 2.30.0