Add 4 recipe tests
[gitmo/Mouse.git] / t / 024-isa.t
index 670a611..ee970db 100644 (file)
@@ -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