Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 010_basics / 003_super_and_override.t
index e04eea5..54d5c2d 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 17;
+use Test::More tests => 16;
 use Test::Exception;
 
-BEGIN {
-    use_ok('Moose');           
-}
+
 
 {
     package Foo;