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