X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F30-threads.t;h=d48fa023032c4b5607433e873c464a307d0e4961;hb=bf1b09f4ab8df1710df549764d511b110c6cb396;hp=5122dd7ec73f6d9dd44f606ccf26211ea5083c70;hpb=569b0505de7c5021759a402e898c1fcaaee2caac;p=perl%2Fmodules%2FLexical-Types.git diff --git a/t/30-threads.t b/t/30-threads.t index 5122dd7..d48fa02 100644 --- a/t/30-threads.t +++ b/t/30-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_LEXICAL_TYPES_TEST_THREADS} ? 1 : !1;