X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F32-localize_elem-block.t;h=a1f4d4751602aa2c363093536ba23b2c2cbe580c;hb=7505ee1e658a27b68ebe24c52c1db86694251bb4;hp=f5a5147a2c21c02817b899a9d1d24a4e0b289edf;hpb=0a6221d3f467b5f819e3c119b4cda0218399cb51;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/32-localize_elem-block.t b/t/32-localize_elem-block.t index f5a5147..a1f4d47 100644 --- a/t/32-localize_elem-block.t +++ b/t/32-localize_elem-block.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; local $Scope::Upper::TestGenerator::testlocal = sub { '' };