From 9d6af00ccec54b287b46af24848acb7ab0521e4c Mon Sep 17 00:00:00 2001 From: "Paul \"LeoNerd\" Evans" Date: Sat, 25 Nov 2023 16:09:02 +0000 Subject: [PATCH] Update META.json using the freshly-built perl so the JSON::PP version number it writes inside is correct --- META.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/META.json b/META.json index 452f1790e781..f403dcabdd12 100644 --- a/META.json +++ b/META.json @@ -132,5 +132,5 @@ } }, "version" : "5.034002", - "x_serialization_backend" : "JSON::PP version 4.07" + "x_serialization_backend" : "JSON::PP version 4.06" }