move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 402-attribute-application.t
index 136ffdc..fbb400d 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 11;
-use t::Exception;
+use Test::Exception;
 
 do {
     package Role;