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