From a208bf1ba67c17d34a770f57aae25c51b078e94f Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 18 Jun 2025 11:45:55 -0300 Subject: [PATCH] Bug 40164: Add Template::Plugin::JSON dependency Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Cook --- cpanfile | 1 + 1 file changed, 1 insertion(+) diff --git a/cpanfile b/cpanfile index c0fc0ef00b..84d6e4ede0 100644 --- a/cpanfile +++ b/cpanfile @@ -107,6 +107,7 @@ requires 'Storable', '2.20'; requires 'String::Random', '0.22'; requires 'Template', '>= 2.27, != 3.008'; requires 'Template::Plugin::HtmlToText', '0.03'; +requires 'Template::Plugin::JSON', '0.08', requires 'Template::Plugin::JSON::Escape', '0.02'; requires 'Term::ANSIColor', '1.1'; requires 'Test', '1.25'; -- 2.39.5