Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 030_roles / 010_run_time_role_composition.t
index d4a5da9..1a86a18 100644 (file)
@@ -3,13 +3,11 @@
 use strict;
 use warnings;
 
-use Test::More tests => 28;
+use Test::More tests => 27;
 
 use Scalar::Util qw(blessed);
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 =pod