X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F402-attribute-application.t;h=fbb400d8c063d26a434d684e5bddbce15c7269f5;hb=b5bc67d9637279a43d742b979c4dcff58570506b;hp=136ffdc03b9fd988dc473c82553da5c0b5d30b7b;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/402-attribute-application.t b/t/402-attribute-application.t index 136ffdc..fbb400d 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 t::Exception; +use Test::Exception; do { package Role;