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