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=8755dcfd0a4601cfab1b8b68e8f61aba214bbfe1;hb=HEAD;hpb=b910be93608c1bd94abc22dbaea7c487b16e9993 diff --git a/t/040_type_constraints/005_util_type_coercion.t b/t/040_type_constraints/005_util_type_coercion.t index 8755dcf..b191095 100644 --- a/t/040_type_constraints/005_util_type_coercion.t +++ b/t/040_type_constraints/005_util_type_coercion.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More tests => 26; +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');