X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F024-isa.t;h=bae920e37adb0649970ee8b712eb3658dfe74e0a;hb=ecc6e3b17f6a3f58acc60795f666f0a68ab58338;hp=670a611a7587185f7d9769bcd17d66ce9503bb51;hpb=e8b3db47ed7f906cc4ad294d2a28b36656a3c333;p=gitmo%2FMouse.git diff --git a/t/024-isa.t b/t/024-isa.t index 670a611..bae920e 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 t::Exception; my @types = qw/Any Item Bool Undef Defined Value Num Int Str ClassName Ref ScalarRef ArrayRef HashRef CodeRef RegexpRef GlobRef