move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 034-apply_all_roles.t
index 4b0dd5c..b69e84f 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 4;
-use t::Exception;
+use Test::Exception;
 
 {
     package FooRole;