Download: ThaiSchema-0.06.tar.gz
Dependencies
Annotate this POD
Test::ThaiSchema - Test with ThaiSchema
use Test::ThaiSchema; test_schema( +{ x => 3 }, {x => type_int}, ); done_testing;
Validate schema and report it.
Tokuhiro Matsuno