]> git.vpit.fr Git - perl/modules/indirect.git/blobdiff - t/40-threads.t
Switch to qw<>
[perl/modules/indirect.git] / t / 40-threads.t
index 63869b816e5c644cfd4117e152a306b72755df1c..4263ea59f950e1cc87476b111af3b36629000b3a 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_INDIRECT_TEST_THREADS} ? 1 : !1;