]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/32-localize_elem-block.t
Run lengthy tests with Test::Leaner
[perl/modules/Scope-Upper.git] / t / 32-localize_elem-block.t
index f5a5147a2c21c02817b899a9d1d24a4e0b289edf..ec9fb9f137aed34b59f0e1918ed53135b4b79daa 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;
 
 local $Scope::Upper::TestGenerator::testlocal = sub { '' };