X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F040_type_constraints%2F005_util_type_coercion.t;h=b191095525d936f400fc89a4da22eb782ad7c217;hp=c5fce12467065b4468b82d0729436a2447b56531;hb=HEAD;hpb=4c0e2aa7665fbf173a9b0c4827d4cd3cfb5cbd0b diff --git a/t/040_type_constraints/005_util_type_coercion.t b/t/040_type_constraints/005_util_type_coercion.t index c5fce12..b191095 100644 --- a/t/040_type_constraints/005_util_type_coercion.t +++ b/t/040_type_constraints/005_util_type_coercion.t @@ -7,7 +7,7 @@ use Test::More tests => 8; # tests => 26; use Test::Exception; use lib 't/lib'; -use Test::Mouse; +use MooseCompat; BEGIN { use_ok('Mouse::Util::TypeConstraints');