X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FLinux-SysInfo.git;a=blobdiff_plain;f=t%2F30-threads.t;fp=t%2F30-threads.t;h=690bd1167658ba44bab73296acbbeb628ef1a0f4;hp=b7318c72195bf28bad08d924bfbbe30628039d35;hb=df2d2239c4e52ed9bf6891f03d6a3bb8e65a1297;hpb=ecf24bbfa76391c0731a62319bb54dcb2c4c7e1b 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();