X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F59-unwind-threads.t;h=236df4cf3b119fda1af940c166a247471ac7d599;hb=daa5478303f254eff6015045396920baafee0688;hp=aabb5fe635f7cd19d39f588ed4cda80199de53bb;hpb=e4175b0fdbe9a877f01c26f2b2a72aa977e75c98;p=perl%2Fmodules%2FScope-Upper.git diff --git a/t/59-unwind-threads.t b/t/59-unwind-threads.t index aabb5fe..236df4c 100644 --- a/t/59-unwind-threads.t +++ b/t/59-unwind-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_SCOPE_UPPER_TEST_THREADS} ? 1 : !1; @@ -24,7 +24,7 @@ BEGIN { use Test::More; -use Scope::Upper qw/unwind UP SU_THREADSAFE/; +use Scope::Upper qw; my $num;