X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F21-localize-level.t;h=35a660072fbb7fbad20c3f840cc794cf37b0ca73;hb=2c38cd5c99372e9ab0a91cbaedebf68bec6ed2c7;hp=58c75d7dc2aa6e4b5e90c07ce6a6d9d737e38541;hpb=add935e784ba40a5c477b8b8c93fb4a2159b53a1;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/21-localize-level.t b/t/21-localize-level.t index 58c75d7..35a6600 100644 --- a/t/21-localize-level.t +++ b/t/21-localize-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 UP HERE/; -use lib 't/lib'; use Scope::Upper::TestGenerator; local $Scope::Upper::TestGenerator::call = sub { @@ -37,7 +37,7 @@ $testcase DIAG undef $testcase; } - Test::More::is($a, $b, $desc); + Test::Leaner::is($a, $b, $desc); } }