Export find_type_constraint
[gitmo/Mouse.git] / lib / Mouse / Util / TypeConstraints.pm
index 4379903..dc569a9 100644 (file)
@@ -8,6 +8,7 @@ use Scalar::Util qw/blessed looks_like_number openhandle/;
 
 our @EXPORT = qw(
     as where message from via type subtype coerce class_type role_type enum
+    find_type_constraint
 );
 
 my %TYPE;