X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2Findirect.git;a=blobdiff_plain;f=t%2F41-threads-teardown.t;h=8531afe1fe8d36a369435d828f3b9e762155b456;hp=3bbed52c43c83a8558b1057bf4520fddc042b0f3;hb=f23fcd5b540fd0b7a075ba6c71d7e6d3245a7dd5;hpb=b380c989af97df9d8ee8adf081c3aed4f7b6309b diff --git a/t/41-threads-teardown.t b/t/41-threads-teardown.t index 3bbed52..8531afe 100644 --- a/t/41-threads-teardown.t +++ b/t/41-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_INDIRECT_TEST_THREADS} ? 1 : !1; @@ -49,7 +49,7 @@ SKIP: my ($code, @expected); BEGIN { $code = 2; - @expected = qw/X Z/; + @expected = qw; } sub cb { --$code if $_[0] eq shift(@expected) || q{DUMMY} } use threads;