]> git.vpit.fr Git - perl/modules/Scope-Upper.git/blobdiff - t/59-unwind-threads.t
Switch to qw<>
[perl/modules/Scope-Upper.git] / t / 59-unwind-threads.t
index aabb5fe635f7cd19d39f588ed4cda80199de53bb..236df4cf3b119fda1af940c166a247471ac7d599 100644 (file)
@@ -9,7 +9,7 @@ sub skipall {
  Test::More::plan(skip_all => $msg);
 }
 
-use Config qw/%Config/;
+use Config qw<%Config>;
 
 BEGIN {
  my $force = $ENV{PERL_SCOPE_UPPER_TEST_THREADS} ? 1 : !1;
@@ -24,7 +24,7 @@ BEGIN {
 
 use Test::More;
 
-use Scope::Upper qw/unwind UP SU_THREADSAFE/;
+use Scope::Upper qw<unwind UP SU_THREADSAFE>;
 
 my $num;