From 43bd0b858527615ae61530fecb52a0eadaf9c24f Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Fri, 6 Aug 2021 15:22:24 +0200 Subject: [PATCH] perl: summarise v5.34 release --- perl.inc.pl | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/perl.inc.pl b/perl.inc.pl index 892112d..9d416eb 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -275,4 +275,15 @@ use utf8; release => '2020-06-20', details => 'https://www.effectiveperlprogramming.com/2020/01/perl-v5-32-new-features/', }, + + v5.34 => { + new => [ + ['try {} catch', 'exception handling similar to eval blocks', {experimental => 'try'}], + ['/{,n}/', 'empty lower bound quantifier is accepted as shorthand for 0'], + ['\x{ … }', 'insignificant space within curly braces, also for \b{}, \g{}, \k{}, \N{}, \o{} as well as /{m,n}/ quantifiers'], + ['0o0', 'octal prefix 0o alternative to 0… and oct'], + ['re::optimization(qr//)', 'debug regular expression optimization information discovered at compile time'], + ], + release => '2021-05-20', + }, } -- 2.30.0