Make Mouse::Util::load_class return the argument class name, which can remove several...
[gitmo/Mouse.git] / t / 030_roles / 008_role_conflict_edge_cases.t
index f22db0e..98f9a51 100644 (file)
@@ -6,6 +6,10 @@ use warnings;
 use Test::More tests => 32;
 use Test::Exception;
 
+use lib 't/lib';
+use Test::Mouse;
+use MooseCompat;
+
 =pod
 
 Check for repeated inheritance causing