Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more
Test::ThaiSchema - Test with ThaiSchema
use Test::ThaiSchema;test_schema( +{ x => 3 }, {x => type_int},);done_testing;
use
Test::ThaiSchema;
test_schema(
+{
x
=> 3 },
{
=> type_int},
);
done_testing;
Validate schema and report it.
Tokuhiro Matsuno
To install ThaiSchema, copy and paste the appropriate command in to your terminal.
cpanm
cpanm ThaiSchema
CPAN shell
perl -MCPAN -e shell install ThaiSchema
For more information on module installation, please visit the detailed CPAN module installation guide.