Begin replacing Test::Exception with a Moose::Util :test
[gitmo/Mouse.git] / t / 000-recipes / 001_point.t
index d78638a..9fb061e 100644 (file)
@@ -4,7 +4,7 @@ use strict;
 use warnings;
 
 use Test::More tests => 58;
-use Test::Exception;
+use Mouse::Util ':test';
 
 BEGIN {
     use_ok('Mouse');