X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F024-isa.t;h=ee970db6f8b782893ac57e3161013c39bd621619;hp=bae920e37adb0649970ee8b712eb3658dfe74e0a;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b 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