]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/26-localize-numerous.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 26-localize-numerous.t
index a33a4e07eccc30e573e52b01372f446a3b1a8f5e..65e115a6f0891b8d63f11a4b8fd71d85f5f6425b 100644 (file)
@@ -8,7 +8,7 @@ BEGIN { $n = 1000; }
 
 use Test::More tests => 3;
 
-use Scope::Upper qw/localize UP/;
+use Scope::Upper qw<localize UP>;
 
 our $x = 0;
 our $z = $n;