Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 050_metaclasses / 010_extending_and_embedding.t
index 3fce149..9771a73 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 8;
+use Test::More tests => 7;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');
-}
+
 
 BEGIN {
     package MyFramework::Base;