NAME

Module::Build::JSONMETA - write META.yml with JSON syntax

SYNOPSIS

This interface may be changed in the future if someone with more Module::Build expertise steps forward.

----- in Build.PL -----

use Module::Build;
use Module::Build::JSONMETA;

my $class = Module::Build->subclass(
  code => Module::Build::JSONMETA->code,
);

my $build = $class->new( ... );

$build->create_build_script;