Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 050_metaclasses / 001_custom_attr_meta_with_roles.t
index e22cf9b..ba18c69 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
+use Test::More tests => 3;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 {
     package My::Custom::Meta::Attr;