]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/24-localize-magic.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 24-localize-magic.t
index 3bcb42307f6b4adb3114fa49dc52165c64a53891..9dc6a3221c247c2307e0f3ba507dee0321f7cec0 100644 (file)
@@ -3,11 +3,11 @@
 use strict;
 use warnings;
 
-use Scope::Upper qw/localize UP HERE/;
+use Scope::Upper qw<localize UP HERE>;
 
 use Test::More tests => 5;
 
-my @a = qw/a b c/;
+my @a = qw<a b c>;
 
 {
  local $" = '';