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