Resolve several failing tests
gfx [Fri, 19 Feb 2010 07:13:58 +0000 (16:13 +0900)]
t/040_type_constraints/022_custom_type_errors.t [moved from t/040_type_constraints/failing/022_custom_type_errors.t with 100% similarity]
t/040_type_constraints/023_types_and_undef.t [moved from t/040_type_constraints/failing/023_types_and_undef.t with 99% similarity]
t/040_type_constraints/029_define_type_twice_throws.t [moved from t/040_type_constraints/failing/029_define_type_twice_throws.t with 100% similarity]

@@ -6,7 +6,7 @@ use warnings;
 use Test::More tests => 54;
 use Test::Exception;
 
-
+use t::lib::MooseCompat;
 
 {
     package Foo;