Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 030_roles / 016_runtime_roles_and_nonmoose.t
index 056aef7..ecf1af0 100644 (file)
@@ -3,13 +3,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 8;
+use Test::More tests => 7;
 use Test::Exception;
 use Scalar::Util 'blessed';
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 
 {