Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 100_bugs / 002_subtype_conflict_bug.t
index 095213c..1dabe6c 100644 (file)
@@ -5,11 +5,9 @@ use warnings;
 
 use lib 't/lib', 'lib';
 
-use Test::More tests => 3;
+use Test::More tests => 2;
+
 
-BEGIN {
-    use_ok('Moose');           
-}
 
 use_ok('MyMooseA');
 use_ok('MyMooseB');
\ No newline at end of file