X-Git-Url: http://git.shiar.nl/sheet.git/blobdiff_plain/45d44bdeb5060d92738201041e1aea8308544d04..20944668da222b8510754fb4819b2b21e768840c:/perl.inc.pl 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', + }, }