APISchema
view release on metacpan or search on metacpan
t/APISchema.t view on Meta::CPAN
package t::APISchema;
use lib '.';
use t::test;
sub _require : Test(startup => 1) {
my ($self) = @_;
use_ok 'APISchema';
}
sub version : Tests {
cmp_ok $APISchema::VERSION, '>', 0, 'has positive version';
}
( run in 1.259 second using v1.01-cache-2.11-cpan-39bf76dae61 )