Add Test::Mouse
[gitmo/Mouse.git] / t / 040_type_constraints / 003_util_std_type_constraints.t
index f0a77ce..a9d6a6d 100644 (file)
@@ -1,11 +1,14 @@
 #!/usr/bin/perl
 
+use lib 't/lib';
 use strict;
 use warnings;
 
 use Test::More tests => 277;
 use Test::Exception;
 
+use MooseCompat;
+
 use Scalar::Util ();
 
 BEGIN {