From 62f61541ad9fe2aea82e902d12057bb3bc86a866 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Wed, 3 May 2023 06:11:29 +0200 Subject: [PATCH] Adding json to deps --- Build.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/Build.PL b/Build.PL index 5112d1c..89e30b0 100755 --- a/Build.PL +++ b/Build.PL @@ -19,6 +19,7 @@ my $build = Module::Build->new( 'DateTime::Format::Mail.pm' => 0, 'SVG' => 0, 'XML::Twig' => 0, + 'JSON' => 0, }, ); $build->create_build_script;