X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F402-attribute-application.t;h=fbb400d8c063d26a434d684e5bddbce15c7269f5;hp=136ffdc03b9fd988dc473c82553da5c0b5d30b7b;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b 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;