X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F029-new.t;h=a14b570f78ca1b65ff08bc7c37d3cf2e608c983b;hb=7f7406a5026ff1f517e7753e12068a69620dace6;hp=d387bdf01d44c5d245ef3ea894cd13b185fe5d21;hpb=069668c4fbc88fc3a347c4dbab98f031835edb75;p=gitmo%2FMouse.git diff --git a/t/029-new.t b/t/029-new.t index d387bdf..a14b570 100644 --- a/t/029-new.t +++ b/t/029-new.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 5; -use Test::Exception; +use Mouse::Util ':test'; do { package Class;