Get rid of all the bogus uses of use_ok still lurking in the code
[gitmo/Moose.git] / t / test_moose / with_immutable.t
index ec1358e..7690ce2 100644 (file)
@@ -6,9 +6,7 @@ use warnings;
 use Test::Builder::Tester;
 use Test::More;
 
-BEGIN {
-  use_ok('Test::Moose');
-}
+use Test::Moose;
 
 {
     package Foo;