summaryrefslogtreecommitdiff
path: root/META.json
diff options
context:
space:
mode:
authorGraham Knop <haarg@haarg.org>2022-08-08 11:33:36 -0500
committerJames E Keenan <jkeenan@cpan.org>2022-08-08 14:48:02 -0400
commit86584ca859d391d6980fa941b8c2438bb8a6280e (patch)
treeb2cd78b11235c21824e109fb6ea9e508069bbc7b /META.json
parent3ffe0cca543755376a97915131ac1d87512be01e (diff)
downloadperl-86584ca859d391d6980fa941b8c2438bb8a6280e.tar.gz
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.
Diffstat (limited to 'META.json')
-rw-r--r--META.json2
1 files changed, 1 insertions, 1 deletions
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"
}