Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 030_roles / 001_meta_role.t
index c13b336..f8b377b 100644 (file)
@@ -3,13 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 29;
+use Test::More tests => 27;
 use Test::Exception;
 
-BEGIN {  
-    use_ok('Moose'); 
-    use_ok('Moose::Meta::Role');               
-}
+use Moose::Meta::Role;
 
 {
     package FooRole;