From 72f9133311b141bad5bd0948f7eb0550989c8e07 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 5 Apr 2025 16:54:38 +0200 Subject: [PATCH] tests/globalconfig.pm: remove the qw Fixes the warning. Fixes #16976 Closes #16977 --- tests/globalconfig.pm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/globalconfig.pm b/tests/globalconfig.pm index 5fb3dda7ad..d04068fb5f 100644 --- a/tests/globalconfig.pm +++ b/tests/globalconfig.pm @@ -81,9 +81,7 @@ use Cwd qw(getcwd); use testutil qw( shell_quote ); -use File::Spec qw( - devnull -); +use File::Spec; ####################################################################### -- 2.47.3