X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F50-threads.t;h=4a01c7c46b17c0e2bee65376c37870588c4acb8f;hb=3201984d539ab173c11a001792be4294af17a08c;hp=925b8bb44b04549dfbad85bae5662409788f527c;hpb=b3ee8fb0443427961f58b2005727cba0ab05e809;p=perl%2Fmodules%2Fautovivification.git diff --git a/t/50-threads.t b/t/50-threads.t index 925b8bb..4a01c7c 100644 --- a/t/50-threads.t +++ b/t/50-threads.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;