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