Branch: refs/heads/blead
Home: https://github.com/Perl/perl5
Commit: fb7ce419b31cde9a82b7c595864898751781d525
https://github.com/Perl/perl5/commit/fb7ce419b31cde9a82b7c595864898751781d525
Author: James E Keenan <[email protected]>
Date: 2026-07-15 (Wed, 15 Jul 2026)
Changed paths:
M MANIFEST
M META.json
M Porting/Maintainers.pl
M cpan/JSON-PP/bin/json_pp
M cpan/JSON-PP/lib/JSON/PP.pm
M cpan/JSON-PP/lib/JSON/PP/Boolean.pm
A cpan/JSON-PP/t/121_reentrant.t
Log Message:
-----------
JSON::PP: Synch with CPAN version 4.18
>From Changes:
4.18 2026-03-20
- fix duplicate specification warning (GH#93, 88; Heiko Jansen++)
- fix typo (GH#92, sobrado8086++; GH#96, Grinnz++)
- fix decode_json prototype (reported by bdfoy++)
- fix space_after (GH#89, haukex++)
4.17_01 2023-07-29
- fix a reentrant issue (experimental) (GH#61, 87)
Committer:
Initially t/porting/regen.t failed. Ran:
cd t; ./perl harness -v porting/regen.t; cd -
... which in turn instructed me to run:
./perl -Ilib Porting/makemeta -j
... which update META.json, after which 'make test_porting' passed.
To unsubscribe from these emails, change your notification settings at
https://github.com/Perl/perl5/settings/notifications