X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F011-lazy.t;h=2d87867b620ec47fd8e3a6241a8ceedfa3e38143;hb=92583b3320b6ed8b4673fc94e68af64b3cf106e3;hp=e23e6741095175e7e72a8974d38c2a9058e9721c;hpb=3118622d182add6c88792d5de3b4af047e8a7c8c;p=gitmo%2FMouse.git diff --git a/t/011-lazy.t b/t/011-lazy.t index e23e674..2d87867 100644 --- a/t/011-lazy.t +++ b/t/011-lazy.t @@ -2,7 +2,7 @@ use strict; use warnings; use Test::More tests => 16; -use t::Exception; +use Test::Exception; my $lazy_run = 0;