because Structurable is not a word
[gitmo/MooseX-Types-Structured.git] / t / 00-load.t
1 use strict;
2 use warnings;
3
4 use Test::More tests=>5;
5
6 ## List all the modules we want to make sure can at least compile
7
8 use_ok 'MooseX::Meta::TypeConstraint::Structured::Named';
9 use_ok 'MooseX::Meta::TypeConstraint::Structured::Positional';
10 use_ok 'MooseX::Meta::TypeConstraint::Structured::Optional';
11 use_ok 'MooseX::Meta::TypeConstraint::Structured::Generator';
12 use_ok 'MooseX::Types::Structured';