X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F023-builder.t;fp=t%2F023-builder.t;h=24187baf68c121be2727c90c3617171c33db7b91;hb=8c831d08b0d23c9dfcc4a85f6444915c988b5538;hp=6b3e35e2ab54de57657d6246308680a76e1d7976;hpb=4d02abfd8675caf8cf09e5c29223ac7bcf24aaa3;p=gitmo%2FMouse.git diff --git a/t/023-builder.t b/t/023-builder.t index 6b3e35e..24187ba 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 Test::Exception; +use Mouse::Util ':test'; my $builder_called = 0; my $lazy_builder_called = 0;