]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/23-localize-ctl.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 23-localize-ctl.t
index 13fb193a6266ebc2d71c8c3a371b041619d10d73..0bd356368d46d85c46e67c98d09ead8ee07fae9b 100644 (file)
@@ -5,7 +5,7 @@ use warnings;
 
 use Test::More tests => 44 + 30;
 
-use Scope::Upper qw/localize UP HERE/;
+use Scope::Upper qw<localize UP HERE>;
 
 our ($x, $y);