The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NOTE

Test::ThaiSchema - Test with ThaiSchema

SYNOPSIS

    use Test::ThaiSchema;

    test_schema(
        +{ x => 3 },
        {x => type_int},
    );
    done_testing;

DESCRIPTION

Validate schema and report it.

AUTHOR

Tokuhiro Matsuno