Resolve several failing tests
[gitmo/Mouse.git] / t / 040_type_constraints / 023_types_and_undef.t
@@ -6,7 +6,7 @@ use warnings;
 use Test::More tests => 54;
 use Test::Exception;
 
-
+use t::lib::MooseCompat;
 
 {
     package Foo;