X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F010-required.t;h=161717c0a7cb06e633e2b3c83bc97c2c22218c96;hb=b03fda9f71bd6f81a435f1df67be4131da86189d;hp=0bf5f83cac9ddfebdbbd17c3785f7dbe1cb5d0b2;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/010-required.t b/t/010-required.t index 0bf5f83..161717c 100644 --- a/t/010-required.t +++ b/t/010-required.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 3; -use Mouse::Util ':test'; +use Test::Exception; do { package Class;