Get rid of all the bogus uses of use_ok still lurking in the code
[gitmo/Moose.git] / t / test_moose / test_moose_has_attribute_ok.t
index 07ea34c..4320ee4 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;