X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F020-load-class.t;h=d115db70e751d0fd9650eb296e617d767c0b140a;hb=ca3bebbd17ab60180dd0e722f43fd29be9b80f06;hp=8e8dc45e645b49e98c694a8fefb5af3af876fd3d;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/020-load-class.t b/t/020-load-class.t index 8e8dc45..d115db7 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 Mouse::Util ':test'; +use Test::Exception; require Mouse; use lib 't/lib';