Branch: refs/heads/blead Home: https://github.com/Perl/perl5 Commit: 86584ca859d391d6980fa941b8c2438bb8a6280e https://github.com/Perl/perl5/commit/86584ca859d391d6980fa941b8c2438bb8a6280e Author: Graham Knop <haarg@haarg.org> Date: 2022-08-08 (Mon, 08 Aug 2022) Changed paths: 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/003_types.t Log Message: ----------- Sync JSON::PP with CPAN 4.11 From Changes: - restored core boolean support This changes how boolean values are serialized to use true or false for values that perl thinks are booleans. This is likely to have some impact on code that is expecting a specific encoding of structures including these values.