X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F034-apply_all_roles.t;h=b69e84f06a761ceddab30621ffa05f8fdf569d61;hb=5439cf977dec83dafef4ee1cc990e7850d308cd0;hp=4b0dd5c4c69bd03d5e5656624010cafde9e4279e;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git 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;