From: Mischa POSLAWSKY Date: Fri, 6 Aug 2021 13:22:24 +0000 (+0200) Subject: perl: summarise v5.34 release X-Git-Tag: v1.13~169 X-Git-Url: http://git.shiar.net/sheet.git/commitdiff_plain/43bd0b858527615ae61530fecb52a0eadaf9c24f perl: summarise v5.34 release --- 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', + }, }