X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F11-reap-level.t;h=873e901d6a7580ee3c3830223e84e9faa4a8d818;hb=f1d34eeb61ec676615d9aafe69110af9b0dc302a;hp=35ac03b3e1ca19895125338fe37ba7a0763a021e;hpb=0a6221d3f467b5f819e3c119b4cda0218399cb51;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/11-reap-level.t b/t/11-reap-level.t index 35ac03b..873e901 100644 --- a/t/11-reap-level.t +++ b/t/11-reap-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/reap UP HERE/; -use lib 't/lib'; use Scope::Upper::TestGenerator; local $Scope::Upper::TestGenerator::call = sub { @@ -39,7 +39,7 @@ $testcase DIAG undef $testcase; } - Test::More::is($a, $b, $desc); + Test::Leaner::is($a, $b, $desc); } }