moved around the subroutines that generate constraints
[gitmo/MooseX-Types-Structured.git] / t / 00-load.t
index 8e867b2..ee77164 100644 (file)
@@ -1,9 +1,10 @@
 use strict;
 use warnings;
 
-use Test::More tests=>2;
+use Test::More tests=>3;
 
 ## 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::Types::Structured';
\ No newline at end of file