move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 403-method-modifiers.t
index 8daf21f..6c316b3 100644 (file)
@@ -10,7 +10,7 @@ BEGIN {
         plan skip_all => "Class::Method::Modifiers required for this test";
     }
 }
-use t::Exception;
+use Test::Exception;
 
 my @calls;
 my ($before, $after, $around);