From 213346e868dc34cd93c4510b4d93fe44a2cbbbf3 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Sat, 5 Mar 2016 14:49:44 +0100 Subject: [PATCH] perl: upcoming features upto v5.23.8 --- perl.inc.pl | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/perl.inc.pl b/perl.inc.pl index d5a6ed6..1381ea3 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -151,4 +151,14 @@ use utf8; unicode => '7.0', release => '2015-06-01', }, + + v5.23.8 => { + new => [ + [q"printf '%.*2$x'", 'reordered precision arguments'], + ['/\b{lb}/', 'line break boundary type (position suitable for hyphenation)'], + ], + unicode => '8.0', + release => '2016', + unstable => 1, + }, } -- 2.30.0