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