]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/21-localize-level.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 21-localize-level.t
index 35a660072fbb7fbad20c3f840cc794cf37b0ca73..c1dcabca4f271d1cc36a88d3693749a791bf3a19 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;