Tweaks and documenting Mouse::Exporter
[gitmo/Mouse.git] / t / 024-isa.t
index d3869f0..ee970db 100644 (file)
@@ -3,7 +3,7 @@ use strict;
 use warnings;
 use Test::More;
 use IO::Handle;
-use Mouse::Util ':test';
+use Test::Exception;
 
 my @types = qw/Any Item Bool Undef Defined Value Num Int Str ClassName
                Ref ScalarRef ArrayRef HashRef CodeRef RegexpRef GlobRef