]> git.vpit.fr Git - perl/modules/autovivification.git/blobdiff - t/51-threads-teardown.t
Switch to qw<>
[perl/modules/autovivification.git] / t / 51-threads-teardown.t
index d825f91bb5c2689e852af1a40211b192af4b3f0d..8cb64f3c317982722994563214f87e8edd2e5ddb 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_AUTOVIVIFICATION_TEST_THREADS} ? 1 : !1;