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