Moose now warns when you try to load it from the main package. Added a
[gitmo/Moose.git] / t / 300_immutable / 006_immutable_nonmoose_subclass.t
index c04a44b..c3787e4 100644 (file)
@@ -3,15 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 10;
+use Test::More tests => 8;
 use Test::Exception;
 use Scalar::Util 'blessed';
 
-BEGIN {
-    use_ok('Moose');
-    use_ok('Moose::Meta::Role');
-}
-
 =pod
 
 This test it kind of odd, it tests