updatin
[gitmo/Moose.git] / t / 010_basic_class_setup.t
index de2a463..b75e1e8 100644 (file)
@@ -13,6 +13,7 @@ BEGIN {
 {
     package Foo;
     use Moose;
+    use Moose::Util::TypeConstraints;
 }
 
 can_ok('Foo', 'meta');