Get rid of all the bogus uses of use_ok still lurking in the code
[gitmo/Moose.git] / t / type_constraints / coerced_parameterized_types.t
index e4386e6..19ee653 100644 (file)
@@ -6,10 +6,8 @@ use warnings;
 use Test::More;
 use Test::Fatal;
 
-BEGIN {
-    use_ok("Moose::Util::TypeConstraints");
-    use_ok('Moose::Meta::TypeConstraint::Parameterized');
-}
+use Moose::Util::TypeConstraints;
+use Moose::Meta::TypeConstraint::Parameterized;
 
 BEGIN {
     package MyList;