move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 501_moose_coerce_mouse.t
index 68c420f..dc8edde 100644 (file)
@@ -4,13 +4,13 @@ use strict;
 use warnings;
 
 use Test::More;
-use t::Exception;
+use Test::Exception;
 BEGIN {
     plan skip_all => "Moose required for this test" unless eval { require Moose  && Moose->VERSION('0.59') };
     plan tests => 5;
 }
 
-use t::Exception;
+use Test::Exception;
 
 {
     package Headers;