Get rid of all the bogus uses of use_ok still lurking in the code
[gitmo/Moose.git] / t / type_constraints / misc_type_tests.t
index 4b5e1d3..77f67d8 100644 (file)
@@ -7,9 +7,7 @@ use Test::More;
 use Test::Fatal;
 use Scalar::Util qw(refaddr);
 
-BEGIN {
-    use_ok('Moose::Util::TypeConstraints');
-}
+use Moose::Util::TypeConstraints;
 
 # subtype 'aliasing' ...