Begin replacing Test::Exception with a Moose::Util :test
[gitmo/Mouse.git] / t / 011-lazy.t
index 2d87867..656163f 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 16;
-use Test::Exception;
+use Mouse::Util ':test';
 
 my $lazy_run = 0;