]> git.vpit.fr Git - perl/modules/Linux-SysInfo.git/blobdiff - t/30-threads.t
Switch qw delimiters to <>
[perl/modules/Linux-SysInfo.git] / t / 30-threads.t
index b7318c72195bf28bad08d924bfbbe30628039d35..690bd1167658ba44bab73296acbbeb628ef1a0f4 100644 (file)
@@ -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<sysinfo>;
 
 sub try {
  my $tid = threads->tid();