[Perl/perl5] 835d27: JSON::PP: Synch with CPAN version 4.18
[email protected] (Kenichi Ishigaki via perl5-changes)
| Newsgroups | perl.perl5.changes |
|---|---|
| Message-ID | <Perl/perl5/push/refs/heads/smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429/[email protected]> |
Branch: refs/heads/smoke-me/jkeenan/sync-with-cpan-JSON-PP-4.18-20260429
Home: https://github.com/Perl/perl5
Commit: 835d278f830e8295635dd104177c31ca19bcc7a3
https://github.com/Perl/perl5/commit/835d278f830e8295635dd104177c31ca19bcc7a3
Author: Kenichi Ishigaki <[email protected]>
Date: 2026-04-29 (Wed, 29 Apr 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