X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftype_constraints%2Fcontainer_type_constraint.t;h=7b7354d9246bd8e18308c2f27b7dbd08c493951a;hb=e8ba9394f534b5782cfb9271bcf86577d2fb957a;hp=17ebe3d738f1ad508fb31b82b2806255df28a4f4;hpb=829433c47061dd70a608bfcd940113c4172b6950;p=gitmo%2FMoose.git diff --git a/t/type_constraints/container_type_constraint.t b/t/type_constraints/container_type_constraint.t index 17ebe3d..7b7354d 100644 --- a/t/type_constraints/container_type_constraint.t +++ b/t/type_constraints/container_type_constraint.t @@ -5,10 +5,8 @@ use warnings; use Test::More; -BEGIN { - use_ok('Moose::Util::TypeConstraints'); - use_ok('Moose::Meta::TypeConstraint::Parameterized'); -} +use Moose::Util::TypeConstraints; +use Moose::Meta::TypeConstraint::Parameterized; # Array of Ints