all new tests in place that must work with the (pending) update to Moose and MX:Types
[gitmo/MooseX-Types-Structured.git] / t / 00-load.t
index 788a9f2..7f8329e 100644 (file)
@@ -1,12 +1,9 @@
 use strict;
 use warnings;
 
-use Test::More tests=>5;
+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::Meta::TypeConstraint::Structured::Optional';
-use_ok 'MooseX::Meta::TypeConstraint::Structured::Generator';
+use_ok 'MooseX::Meta::TypeConstraint::Structured';
+use_ok 'MooseX::Meta::TypeCoercion::Structured';
 use_ok 'MooseX::Types::Structured';
\ No newline at end of file