X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F402-attribute-application.t;h=136ffdc03b9fd988dc473c82553da5c0b5d30b7b;hb=3118622d182add6c88792d5de3b4af047e8a7c8c;hp=23ff3a2045924f8e3d038f38ccbb277d7253d219;hpb=4aaa2ed6a8f267aa74bfbbab9b6880a900ca6063;p=gitmo%2FMouse.git diff --git a/t/402-attribute-application.t b/t/402-attribute-application.t index 23ff3a2..136ffdc 100644 --- a/t/402-attribute-application.t +++ b/t/402-attribute-application.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 11; -use Mouse::Util ':test'; +use t::Exception; do { package Role;