From dfc8be4c2d4b97fbae3e3383ce5d267cb1ccf360 Mon Sep 17 00:00:00 2001 From: sergiotarxz Date: Mon, 5 Dec 2022 19:18:35 +0100 Subject: [PATCH] Adding JSON.pm --- Build.PL | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Build.PL b/Build.PL index 8015e81..0b6e7ad 100755 --- a/Build.PL +++ b/Build.PL @@ -17,7 +17,8 @@ my $build = Module::Build->new( 'DateTime::Format::ISO8601' => 0, 'DateTime::Format::Mail' => 0, 'Crypt::Bcrypt' => 0, - 'SVG' => 0, + 'SVG' => 0, + 'JSON' => 0, }, ); $build->create_build_script;