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;