Refactoring
[gitmo/Mouse.git] / t / 403-method-modifiers.t
index 141534b..6c316b3 100644 (file)
@@ -10,7 +10,7 @@ BEGIN {
         plan skip_all => "Class::Method::Modifiers required for this test";
     }
 }
-use Mouse::Util ':test';
+use Test::Exception;
 
 my @calls;
 my ($before, $after, $around);