Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 020_attributes / 022_legal_options_for_inheritance.t
index a391465..e30cc97 100644 (file)
@@ -2,11 +2,9 @@
 
 use strict;
 use warnings;
-use Test::More tests => 3;
+use Test::More tests => 2;
+
 
-BEGIN {
-    use_ok('Moose');
-}
 
 {
     package Bar::Meta::Attribute;