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