move Test::Exception to inc/. suggested by autarch++
[gitmo/Mouse.git] / t / 500_moose_extends_mouse.t
index 526d4a9..cb99d00 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 => 27;
 }
 
-use t::Exception;
+use Test::Exception;
 
 {
     package Foo;