news tests for API and coercions, more tests for both of those and additional docs.
[gitmo/MooseX-Types-Structured.git] / t / 00-load.t
CommitLineData
65748864 1use strict;
2use warnings;
3
a30fa891 4use Test::More tests=>2;
65748864 5
6## List all the modules we want to make sure can at least compile
a30fa891 7use_ok 'MooseX::Meta::TypeConstraint::Structured';
6c2f284c 8use_ok 'MooseX::Types::Structured';