X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F51-threads-teardown.t;h=8cb64f3c317982722994563214f87e8edd2e5ddb;hb=3201984d539ab173c11a001792be4294af17a08c;hp=d825f91bb5c2689e852af1a40211b192af4b3f0d;hpb=b3ee8fb0443427961f58b2005727cba0ab05e809;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/51-threads-teardown.t b/t/51-threads-teardown.t index d825f91..8cb64f3 100644 --- a/t/51-threads-teardown.t +++ b/t/51-threads-teardown.t @@ -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;