Begin replacing Test::Exception with a Moose::Util :test
[gitmo/Mouse.git] / t / 500_moose_extends_mouse.t
index bdc5770..25f29c5 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Test::More 'no_plan';
-use Test::Exception;
+use Mouse::Util ':test';
 
 {
     package Foo;