Begin replacing Test::Exception with a Moose::Util :test
[gitmo/Mouse.git] / t / 301-bugs-non-mouse.t
index bfa53a4..0f30b3a 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Test::More 'no_plan';
-use Test::Exception;
+use Mouse::Util ':test';
 
 {
     package Foo;