]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/31-localize_elem-level.t
Run lengthy tests with Test::Leaner
[perl/modules/Scope-Upper.git] / t / 31-localize_elem-level.t
index a4845b2541a26158bf321b0210b4040ac3cc19b5..056ec6e839ed93570da72ed1c06a2567fd6777cb 100644 (file)
@@ -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 lib 't/lib';
 use Scope::Upper::TestGenerator;
 
 our ($x, $testcase);