create a basic type, clarified and regularized some of the naming conventions for...
[gitmo/MooseX-Dependent.git] / t / 00-load.t
index d685168..062b92b 100644 (file)
@@ -1,11 +1,11 @@
 
-use Test::More tests=>2; {
+use Test::More tests=>3; {
     
     use strict;
     use warnings;
     
     ## List all the modules we want to make sure can at least compile
-    ##use_ok 'MooseX::Types::Dependent';
+    use_ok 'MooseX::Types::Dependent';
     use_ok 'MooseX::Meta::TypeConstraint::Dependent';
     use_ok 'MooseX::Meta::TypeCoercion::Dependent';
 }