Get rid of all the bogus uses of use_ok still lurking in the code
[gitmo/Moose.git] / t / type_constraints / union_types.t
index aa6e67d..4b46e8c 100644 (file)
@@ -5,9 +5,7 @@ use warnings;
 
 use Test::More;
 
-BEGIN {
-    use_ok('Moose::Util::TypeConstraints');
-}
+use Moose::Util::TypeConstraints;
 
 my $Str = find_type_constraint('Str');
 isa_ok($Str, 'Moose::Meta::TypeConstraint');