From 66f1c40c8b3573f40ad94864c2da973aae3efced Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Mon, 9 May 2016 15:24:25 +0200 Subject: [PATCH] perl: complete v5.24 release --- perl.inc.pl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/perl.inc.pl b/perl.inc.pl index eb49028..de9fc68 100644 --- a/perl.inc.pl +++ b/perl.inc.pl @@ -167,13 +167,13 @@ use utf8; }, }, - v5.23.8 => { + v5.24 => { new => [ [q"printf '%.*2$x'", 'reordered precision arguments'], ['/\b{lb}/', 'line break boundary type (position suitable for hyphenation)'], + ['/faster/', 'significant speedups matching fixed substrings and /i with caseless languages'], ], unicode => '8.0', - release => '2016', - unstable => 1, + release => '2016-05-09', }, } -- 2.30.0