X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F040_type_constraints%2F011_container_type_constraint.t;h=c27d4b80876a3a114bfd10a9e3818c8193c6bde8;hb=d03bd989b97597428b460d7f9a021e2931893fa0;hp=10b8ec9073b51bea7ff7f651c1f443dcd595f494;hpb=f6bee6fe1d579dc3d2ed2952cce9a1556040c8e5;p=gitmo%2FMoose.git diff --git a/t/040_type_constraints/011_container_type_constraint.t b/t/040_type_constraints/011_container_type_constraint.t index 10b8ec9..c27d4b8 100644 --- a/t/040_type_constraints/011_container_type_constraint.t +++ b/t/040_type_constraints/011_container_type_constraint.t @@ -6,9 +6,9 @@ use warnings; use Test::More tests => 24; use Test::Exception; -BEGIN { - use_ok('Moose::Util::TypeConstraints'); - use_ok('Moose::Meta::TypeConstraint::Parameterized'); +BEGIN { + use_ok('Moose::Util::TypeConstraints'); + use_ok('Moose::Meta::TypeConstraint::Parameterized'); } # Array of Ints