Get rid of all the bogus uses of use_ok still lurking in the code
[gitmo/Moose.git] / t / test_moose / test_moose_does_ok.t
index f084f38..65b5b0a 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;