X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftype_constraints%2Fcoerced_parameterized_types.t;h=19ee65319f59555c362ce28b82ba2fa7d757a63a;hb=28fdde7f8f44efabb7e98379cc3ad0d812f3a66a;hp=e4386e605edb95337ecd6e50ff8521b7c35a7980;hpb=ff302066821a9482875e79cfcd4e5a5c7ae305ee;p=gitmo%2FMoose.git diff --git a/t/type_constraints/coerced_parameterized_types.t b/t/type_constraints/coerced_parameterized_types.t index e4386e6..19ee653 100644 --- a/t/type_constraints/coerced_parameterized_types.t +++ b/t/type_constraints/coerced_parameterized_types.t @@ -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;