Get rid of all the bogus uses of use_ok still lurking in the code
[gitmo/Moose.git] / t / moose_util / moose_util_search_class_by_role.t
index b618498..91d6c91 100644 (file)
@@ -5,9 +5,7 @@ use warnings;
 
 use Test::More;
 
-BEGIN {
-    use_ok('Moose::Util', ':all');
-}
+use Moose::Util ':all';
 
 {   package SCBR::Role;
     use Moose::Role;