]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/25-localize-multi.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 25-localize-multi.t
index e696b547c518da132345159a28ca09fd98d7a34e..9ccd8f8f344e3c2ce066a2f726cf14f6847e6417 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => 10 + 5 + 6;
 
-use Scope::Upper qw/localize UP HERE/;
+use Scope::Upper qw<localize UP HERE>;
 
 our $x;