From: Daniel Stenberg Date: Sat, 5 Apr 2025 14:54:38 +0000 (+0200) Subject: tests/globalconfig.pm: remove the qw X-Git-Tag: curl-8_14_0~355 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72f9133311b141bad5bd0948f7eb0550989c8e07;p=thirdparty%2Fcurl.git tests/globalconfig.pm: remove the qw Fixes the warning. Fixes #16976 Closes #16977 --- 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; #######################################################################