move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 033-requires.t
index dd02d86..bb1a222 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 1;
-use t::Exception;
+use Test::Exception;
 
 {
     package Foo;