Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 030_roles / 017_extending_role_attrs.t
index 2cb8c11..95572a5 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 28;
+use Test::More tests => 27;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 =pod