X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F034-apply_all_roles.t;h=b69e84f06a761ceddab30621ffa05f8fdf569d61;hp=4b0dd5c4c69bd03d5e5656624010cafde9e4279e;hb=eab815459cfd4be951f1f44cd656e76169f7a1d6;hpb=cc4c21fc48a1506e8aece043fcd8565742e28f0b diff --git a/t/034-apply_all_roles.t b/t/034-apply_all_roles.t index 4b0dd5c..b69e84f 100644 --- a/t/034-apply_all_roles.t +++ b/t/034-apply_all_roles.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 4; -use t::Exception; +use Test::Exception; { package FooRole;