X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F024-isa.t;h=d3869f07160cd8dbf9348508127b43c4ee83529e;hb=c13900f12aef41dec5bc9661cb720ccb709c9a5b;hp=670a611a7587185f7d9769bcd17d66ce9503bb51;hpb=e8b3db47ed7f906cc4ad294d2a28b36656a3c333;p=gitmo%2FMouse.git diff --git a/t/024-isa.t b/t/024-isa.t index 670a611..d3869f0 100644 --- a/t/024-isa.t +++ b/t/024-isa.t @@ -2,8 +2,8 @@ use strict; use warnings; use Test::More; -use Test::Exception; use IO::Handle; +use Mouse::Util ':test'; my @types = qw/Any Item Bool Undef Defined Value Num Int Str ClassName Ref ScalarRef ArrayRef HashRef CodeRef RegexpRef GlobRef