Moose role class has ->meta in method_list since 0.90, update for that
[gitmo/Mouse.git] / t / 402-attribute-application.t
index 23ff3a2..fbb400d 100644 (file)
@@ -2,7 +2,7 @@
 use strict;
 use warnings;
 use Test::More tests => 11;
-use Mouse::Util ':test';
+use Test::Exception;
 
 do {
     package Role;