move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 024-isa.t
index bae920e..ee970db 100644 (file)
@@ -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