Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 030_roles / 006_role_exclusion.t
index 2f99164..578ba82 100644 (file)
@@ -3,14 +3,9 @@
 use strict;
 use warnings;
 
-use Test::More tests => 24;
+use Test::More tests => 22;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-    use_ok('Moose::Role');    
-}
-
 =pod
 
 The idea and examples for this feature are taken