summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorKenichi Ishigaki <ishigaki@cpan.org>2022-06-27 14:33:15 +0000
committerJames E Keenan <jkeenan@cpan.org>2022-06-27 14:33:15 +0000
commit602e63aa36686ad5cfa326a1b2f20721af9b1ce0 (patch)
tree905095e58c83adf59922f2c6dc779e772debfa62 /META.json
parent36540e72e5ebd2d98e8833f34b1b25b20553e7cd (diff)
downloadperl-602e63aa36686ad5cfa326a1b2f20721af9b1ce0.tar.gz
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)
Diffstat (limited to 'META.json')
-rw-r--r--META.json2
1 files changed, 1 insertions, 1 deletions
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"
}