Begin replacing Test::Exception with a Moose::Util :test
[gitmo/Mouse.git] / t / 403-method-modifiers.t
index 67b0d6f..838adee 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 4;
-use Test::Exception;
+use Mouse::Util ':test';
 
 my @calls;
 my ($before, $after, $around);