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
Test::ThaiSchema - Test with ThaiSchema
use Test::ThaiSchema;
test_schema(
+{ x => 3 },
{x => type_int},
);
done_testing;
Validate schema and report it.
Tokuhiro Matsuno