X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F023-builder.t;h=6b3e35e2ab54de57657d6246308680a76e1d7976;hb=92583b3320b6ed8b4673fc94e68af64b3cf106e3;hp=24187baf68c121be2727c90c3617171c33db7b91;hpb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;p=gitmo%2FMouse.git diff --git a/t/023-builder.t b/t/023-builder.t index 24187ba..6b3e35e 100644 --- a/t/023-builder.t +++ b/t/023-builder.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 47; -use Mouse::Util ':test'; +use Test::Exception; my $builder_called = 0; my $lazy_builder_called = 0;