From: Mischa POSLAWSKY Date: Sat, 5 Mar 2016 13:49:44 +0000 (+0100) Subject: perl: upcoming features upto v5.23.8 X-Git-Tag: v1.9~46 X-Git-Url: http://git.shiar.nl/sheet.git/commitdiff_plain/213346e868dc34cd93c4510b4d93fe44a2cbbbf3 perl: upcoming features upto v5.23.8 --- 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, + }, }