X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F029-new.t;h=d387bdf01d44c5d245ef3ea894cd13b185fe5d21;hb=7daedfff24bc2061ea1028f415b2e914bd8f1639;hp=a14b570f78ca1b65ff08bc7c37d3cf2e608c983b;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/029-new.t b/t/029-new.t index a14b570..d387bdf 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 Mouse::Util ':test'; +use Test::Exception; do { package Class;