move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 301-bugs-non-mouse.t
index 413b208..bfa53a4 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Test::More 'no_plan';
-use t::Exception;
+use Test::Exception;
 
 {
     package Foo;