From 602e63aa36686ad5cfa326a1b2f20721af9b1ce0 Mon Sep 17 00:00:00 2001 From: Kenichi Ishigaki Date: Mon, 27 Jun 2022 14:33:15 +0000 Subject: JSON-PP: Sync with CPAN version 4.10 From Changes: 4.10 2022-06-24 - fix a regression of decode_error introduced at 4.08 (GH#75, reported by andk++) - convert all tests to use Test::More (GH#70, haarg++) 4.09 2022-05-22 - reverted core boolean support for now (GH#72) - incr_parse() Hangs on Certain Inputs (GH#67, DabeDotCom++) - silence warnings about non-characters on older perls (GH#68, haarg++) 4.08 2022-04-10 - remove unneeded utf8::upgrade and downgrade (GH#59, FGasper++) - core boolean support (GH#62, 63, haarg++) - EBCDIC support (GH#64, khwilliamson++) - shorten a test name (GH#65, khwilliamson) --- META.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'META.json') diff --git a/META.json b/META.json index 7ddea5a37b..d0691e709e 100644 --- a/META.json +++ b/META.json @@ -119,5 +119,5 @@ } }, "version" : "5.037002", - "x_serialization_backend" : "JSON::PP version 4.07" + "x_serialization_backend" : "JSON::PP version 4.10" } -- cgit v1.2.1