Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 040_type_constraints / 006_util_type_reloading.t
index e0a253f..4cde153 100644 (file)
@@ -5,12 +5,10 @@ use warnings;
 
 use lib 't/lib', 'lib';
 
-use Test::More tests => 5;
+use Test::More tests => 4;
 use Test::Exception;
 
-BEGIN {
-       use_ok('Moose');
-}
+
 
 $SIG{__WARN__} = sub { 0 };