X-Git-Url: http://git.vpit.fr/?a=blobdiff_plain;f=t%2F30-threads.t;h=690bd1167658ba44bab73296acbbeb628ef1a0f4;hb=df2d2239c4e52ed9bf6891f03d6a3bb8e65a1297;hp=b7318c72195bf28bad08d924bfbbe30628039d35;hpb=9212eb38043ca8ba14329a510fc6f9673020b0fe;p=perl%2Fmodules%2FLinux-SysInfo.git diff --git a/t/30-threads.t b/t/30-threads.t index b7318c7..690bd11 100644 --- a/t/30-threads.t +++ b/t/30-threads.t @@ -3,7 +3,7 @@ use strict; use warnings; -use Config qw/%Config/; +use Config qw<%Config>; BEGIN { my $has_threads = do { @@ -20,7 +20,7 @@ BEGIN { } } -use Linux::SysInfo qw/sysinfo/; +use Linux::SysInfo qw; sub try { my $tid = threads->tid();