cleaned up and clarified docs, made the load teset work again, fixed Makefile.PL...
[gitmo/MooseX-Types-Structured.git] / t / 00-load.t
index 9c2696b..8e867b2 100644 (file)
@@ -1,9 +1,9 @@
 use strict;
 use warnings;
 
-use Test::More tests=>1;
+use Test::More tests=>2;
 
 ## List all the modules we want to make sure can at least compile
 
-use_ok 'MooseX::Meta::TypeConstraint::Structured';
-
+use_ok 'MooseX::Meta::TypeConstraint::Structured::Named';
+use_ok 'MooseX::Meta::TypeConstraint::Structured::Positional';