move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 000-recipes / 001_point.t
index 450055c..23f15d5 100644 (file)
@@ -14,7 +14,7 @@ BEGIN {
 }
 
 use Mouse::Util;
-use t::Exception;
+use Test::Exception;
 
 BEGIN {
     use_ok('Mouse');