updatin
[gitmo/Moose.git] / t / lib / Bar.pm
index e598f1f..8683ba5 100644 (file)
@@ -3,6 +3,7 @@ package Bar;
 use strict;
 use warnings;
 use Moose;
+use Moose::Util::TypeConstraints;
 
 type Baz => where { 1 };