X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F31-localize_elem-level.t;h=056ec6e839ed93570da72ed1c06a2567fd6777cb;hb=f1d34eeb61ec676615d9aafe69110af9b0dc302a;hp=a4845b2541a26158bf321b0210b4040ac3cc19b5;hpb=0a6221d3f467b5f819e3c119b4cda0218399cb51;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/31-localize_elem-level.t b/t/31-localize_elem-level.t index a4845b2..056ec6e 100644 --- a/t/31-localize_elem-level.t +++ b/t/31-localize_elem-level.t @@ -3,11 +3,11 @@ use strict; use warnings; -use Test::More 'no_plan'; +use lib 't/lib'; +use Test::Leaner 'no_plan'; use Scope::Upper qw/localize_elem UP HERE/; -use lib 't/lib'; use Scope::Upper::TestGenerator; our ($x, $testcase);