X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F023-builder.t;h=6b3e35e2ab54de57657d6246308680a76e1d7976;hb=8a3e5c5d45741e488e89d5130b5dcb44f2c6a6f4;hp=b3cf1c7869cc9379fbc49e8085c054b93bfa33fb;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/023-builder.t b/t/023-builder.t index b3cf1c7..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 t::Exception; +use Test::Exception; my $builder_called = 0; my $lazy_builder_called = 0;