Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 030_roles / 013_method_aliasing_in_composition.t
index 0405e13..4eeeed6 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 36;
+use Test::More tests => 35;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 {
     package My::Role;