Adding JSON.pm

This commit is contained in:
sergiotarxz 2022-12-05 19:18:35 +01:00
parent 44f5f4ff1e
commit dfc8be4c2d
1 changed files with 2 additions and 1 deletions

View File

@ -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;