Begin replacing Test::Exception with a Moose::Util :test
[gitmo/Mouse.git] / t / 007-attributes.t
index 4316e25..869ed33 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 10;
-use Test::Exception;
+use Mouse::Util ':test';
 
 do {
     package Class;