X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F31-localize_elem-level.t;h=790147fb332d94d7c5b2451a5b9f921659066e74;hb=9cc51a42b5f5145b3d1e9ed89435b5377ebdd5fe;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..790147f 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 Scope::Upper qw; -use lib 't/lib'; use Scope::Upper::TestGenerator; our ($x, $testcase);