Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 100_bugs / 012_DEMOLISH_eats_mini.t
index 130e2c0..5773a60 100644 (file)
@@ -3,12 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 5;
+use Test::More tests => 4;
 use Test::Exception;
 
-BEGIN {
-     use_ok('Moose');
-}
+
 
 {
     package Foo;