X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020-load-class.t;h=b95d180acface1c0588954aa3847e8793d7de12f;hb=3118622d182add6c88792d5de3b4af047e8a7c8c;hp=d115db70e751d0fd9650eb296e617d767c0b140a;hpb=9694b71b9fb63978f813900224f556ad62da729f;p=gitmo%2FMouse.git diff --git a/t/020-load-class.t b/t/020-load-class.t index d115db7..b95d180 100644 --- a/t/020-load-class.t +++ b/t/020-load-class.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 11; -use Test::Exception; +use t::Exception; require Mouse; use lib 't/lib';