X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F81-stress-level.t;h=ddc78e8274237260cde0e64aa92bb5362c297a9c;hb=979a80f45ad9c555a698eddbc9114e696817739f;hp=117e5c46d882fd4ad0452b573f4cb79e6d20b5f4;hpb=0a6221d3f467b5f819e3c119b4cda0218399cb51;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/81-stress-level.t b/t/81-stress-level.t index 117e5c4..ddc78e8 100644 --- a/t/81-stress-level.t +++ b/t/81-stress-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 Scope::Upper qw; -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); } }