]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/22-localize-block.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 22-localize-block.t
index a41fcd0aa9ad174282da6f4ca47011efe7d5fb2f..ea189d8eb7e9a9446897792b4b7b693c6ca09ac7 100644 (file)
@@ -6,7 +6,7 @@ use warnings;
 use lib 't/lib';
 use Test::Leaner 'no_plan';
 
-use Scope::Upper qw/localize UP HERE/;
+use Scope::Upper qw<localize UP HERE>;
 
 use Scope::Upper::TestGenerator;