X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F22-localize-block.t;h=a41fcd0aa9ad174282da6f4ca47011efe7d5fb2f;hb=2c38cd5c99372e9ab0a91cbaedebf68bec6ed2c7;hp=f48063a2f6b2ec3165eeab0d54496b35fa325f3f;hpb=add935e784ba40a5c477b8b8c93fb4a2159b53a1;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/22-localize-block.t b/t/22-localize-block.t index f48063a..a41fcd0 100644 --- a/t/22-localize-block.t +++ b/t/22-localize-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 UP HERE/; -use lib 't/lib'; use Scope::Upper::TestGenerator; local $Scope::Upper::TestGenerator::call = sub { @@ -41,7 +41,7 @@ $testcase DIAG undef $testcase; } - Test::More::is($a, $b, $desc); + Test::Leaner::is($a, $b, $desc); } }