Begin replacing Test::Exception with a Moose::Util :test
[gitmo/Mouse.git] / t / 020-load-class.t
index d115db7..8e8dc45 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 11;
-use Test::Exception;
+use Mouse::Util ':test';
 
 require Mouse;
 use lib 't/lib';