X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F024-isa.t;h=ee970db6f8b782893ac57e3161013c39bd621619;hb=f9aca0f35658e5e0657e8ce78b783c0185d59969;hp=bae920e37adb0649970ee8b712eb3658dfe74e0a;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/024-isa.t b/t/024-isa.t index bae920e..ee970db 100644 --- a/t/024-isa.t +++ b/t/024-isa.t @@ -3,7 +3,7 @@ use strict; use warnings; use Test::More; use IO::Handle; -use t::Exception; +use Test::Exception; my @types = qw/Any Item Bool Undef Defined Value Num Int Str ClassName Ref ScalarRef ArrayRef HashRef CodeRef RegexpRef GlobRef