Make super() carp if you pass it arguments
[gitmo/Moose.git] / t / type_constraints / subtyping_parameterized_types.t
index acdbd22..e80da13 100644 (file)
@@ -6,9 +6,7 @@ use warnings;
 use Test::More;
 use Test::Fatal;
 
-BEGIN {
-    use_ok("Moose::Util::TypeConstraints");
-}
+use Moose::Util::TypeConstraints;
 
 is( exception {
     subtype 'MySpecialHash' => as 'HashRef[Int]';