]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/32-localize_elem-block.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 32-localize_elem-block.t
index f5a5147a2c21c02817b899a9d1d24a4e0b289edf..a1f4d4751602aa2c363093536ba23b2c2cbe580c 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 Scope::Upper qw<localize_elem UP HERE>;
 
-use lib 't/lib';
 use Scope::Upper::TestGenerator;
 
 local $Scope::Upper::TestGenerator::testlocal = sub { '' };