X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F51-threads-teardown.t;h=8cb64f3c317982722994563214f87e8edd2e5ddb;hb=2f4e180ca3dbc19cc15d3b4d725059a2fc45a24c;hp=d825f91bb5c2689e852af1a40211b192af4b3f0d;hpb=624f3e979a9d31ae5d86d95fa008af05fa83723e;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;