merge trunk to pluggable errors
[gitmo/Moose.git] / t / 030_roles / 005_role_conflict_detection.t
index 0c4f9a8..09a664e 100644 (file)
@@ -3,14 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 89; # it's really 126 with kolibre's tests;
+use Test::More tests => 87; # it's really 124 with kolibre's tests;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-    use_ok('Moose::Role');    
-}
-
 =pod
 
 Mutually recursive roles.