Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 030_roles / 014_more_alias_and_exclude.t
index 3fce48d..346c636 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 10;
+use Test::More tests => 9;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 {
     package Foo;