From 86584ca859d391d6980fa941b8c2438bb8a6280e Mon Sep 17 00:00:00 2001 From: Graham Knop Date: Mon, 8 Aug 2022 11:33:36 -0500 Subject: 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. --- META.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'META.json') diff --git a/META.json b/META.json index 4145f64fdc..30eccd8939 100644 --- a/META.json +++ b/META.json @@ -119,5 +119,5 @@ } }, "version" : "5.037003", - "x_serialization_backend" : "JSON::PP version 4.10" + "x_serialization_backend" : "JSON::PP version 4.11" } -- cgit v1.2.1