fixup Makefile.PL to generate Mouse/Tiny.pm so we actually have a working 'make dist...
[gitmo/Mouse.git] / t / 011-lazy.t
index e23e674..2d87867 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 16;
-use t::Exception;
+use Test::Exception;
 
 my $lazy_run = 0;