X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Ftype_constraints%2Frole_type_constraint.t;h=ea6b34d529150d3e29f6dd362318560deecc0bb8;hb=2dc82f5015c46e8415b640c798a9064e1486d585;hp=eae75d4cf7dcaab74d366256e7e010ee3a87e355;hpb=829433c47061dd70a608bfcd940113c4172b6950;p=gitmo%2FMoose.git diff --git a/t/type_constraints/role_type_constraint.t b/t/type_constraints/role_type_constraint.t index eae75d4..ea6b34d 100644 --- a/t/type_constraints/role_type_constraint.t +++ b/t/type_constraints/role_type_constraint.t @@ -6,9 +6,7 @@ use warnings; use Test::More; use Test::Fatal; -BEGIN { - use_ok('Moose::Util::TypeConstraints'); -} +use Moose::Util::TypeConstraints; { package Gorch;