Export find_type_constraint
Daisuke Maki (lestrrat) [Tue, 10 Mar 2009 10:06:22 +0000 (19:06 +0900)]
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;