Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: 602e63aa36686ad5cfa326a1b2f20721af9b1ce0
https://github.com/Perl/perl5/commit/602e63aa36686ad5cfa326a1b2f20721af9b1ce0
Author: Kenichi Ishigaki <[email protected]>
Date: 2022-06-27 (Mon, 27 Jun 2022)
Changed paths:
M MANIFEST
M META.json
M Porting/Maintainers.pl
M cpan/JSON-PP/lib/JSON/PP.pm
M cpan/JSON-PP/lib/JSON/PP/Boolean.pm
M cpan/JSON-PP/t/001_utf8.t
M cpan/JSON-PP/t/004_dwiw_encode.t
M cpan/JSON-PP/t/005_dwiw_decode.t
M cpan/JSON-PP/t/008_pc_base.t
M cpan/JSON-PP/t/014_latin1.t
M cpan/JSON-PP/t/105_esc_slash.t
M cpan/JSON-PP/t/106_allow_barekey.t
M cpan/JSON-PP/t/107_allow_singlequote.t
M cpan/JSON-PP/t/108_decode.t
M cpan/JSON-PP/t/109_encode.t
M cpan/JSON-PP/t/112_upgrade.t
A cpan/JSON-PP/t/119_incr_parse_utf8.t
A cpan/JSON-PP/t/120_incr_parse_truncated.t
A cpan/JSON-PP/t/rt_122270_old_xs_boolean.t
Log Message:
-----------
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)