Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 010_basics / 002_require_superclasses.t
index ced023f..28b52e0 100644 (file)
@@ -5,11 +5,9 @@ use warnings;
 
 use lib 't/lib', 'lib';
 
-use Test::More tests => 6;
+use Test::More tests => 5;
+
 
-BEGIN {
-    use_ok('Moose');           
-}
 
 {
     package Bar;