because Structurable is not a word
[gitmo/MooseX-Types-Structured.git] / t / 00-load.t
index ee77164..788a9f2 100644 (file)
@@ -1,10 +1,12 @@
 use strict;
 use warnings;
 
-use Test::More tests=>3;
+use Test::More tests=>5;
 
 ## List all the modules we want to make sure can at least compile
 
 use_ok 'MooseX::Meta::TypeConstraint::Structured::Named';
 use_ok 'MooseX::Meta::TypeConstraint::Structured::Positional';
+use_ok 'MooseX::Meta::TypeConstraint::Structured::Optional';
+use_ok 'MooseX::Meta::TypeConstraint::Structured::Generator';
 use_ok 'MooseX::Types::Structured';
\ No newline at end of file