X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F011-lazy.t;fp=t%2F011-lazy.t;h=e23e6741095175e7e72a8974d38c2a9058e9721c;hb=3118622d182add6c88792d5de3b4af047e8a7c8c;hp=656163f540c0b1f143a3c93d52a85fb028972c2c;hpb=4aaa2ed6a8f267aa74bfbbab9b6880a900ca6063;p=gitmo%2FMouse.git diff --git a/t/011-lazy.t b/t/011-lazy.t index 656163f..e23e674 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 Mouse::Util ':test'; +use t::Exception; my $lazy_run = 0;