From 27526f3ada7927cf020aeb4fb4371ad80c73368e Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 29 Oct 2020 16:09:15 -0600 Subject: loc_tools.pl: use 'warnings' --- t/loc_tools.pl | 1 + 1 file changed, 1 insertion(+) (limited to 't/loc_tools.pl') diff --git a/t/loc_tools.pl b/t/loc_tools.pl index f4b99775e1..57e4b2a65a 100644 --- a/t/loc_tools.pl +++ b/t/loc_tools.pl @@ -12,6 +12,7 @@ use Config; use strict; +use warnings; eval { require POSIX; import POSIX 'locale_h'; }; my $has_locale_h = ! $@; -- cgit v1.2.1