X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F85-stress-unwind.t;h=03dee8f641bf0678694747f7ffc6c0eba82e199f;hb=2c38cd5c99372e9ab0a91cbaedebf68bec6ed2c7;hp=c4712e55026059effd61cd0897b1e62f5981a0dc;hpb=add935e784ba40a5c477b8b8c93fb4a2159b53a1;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/85-stress-unwind.t b/t/85-stress-unwind.t index c4712e5..03dee8f 100644 --- a/t/85-stress-unwind.t +++ b/t/85-stress-unwind.t @@ -3,7 +3,8 @@ use strict; use warnings; -use Test::More 'no_plan'; +use lib 't/lib'; +use Test::Leaner 'no_plan'; use Scope::Upper qw/unwind UP HERE/;