summaryrefslogtreecommitdiff
path: root/t/loc_tools.pl
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-10-29 16:09:15 -0600
committerKarl Williamson <khw@cpan.org>2020-10-30 09:27:01 -0600
commit27526f3ada7927cf020aeb4fb4371ad80c73368e (patch)
tree7ced004933429ca37035279af17f5cfda00971d4 /t/loc_tools.pl
parent23f9d84eaa7d7d8312722a6266e48f4ebaeb234d (diff)
downloadperl-27526f3ada7927cf020aeb4fb4371ad80c73368e.tar.gz
loc_tools.pl: use 'warnings'
Diffstat (limited to 't/loc_tools.pl')
-rw-r--r--t/loc_tools.pl1
1 files changed, 1 insertions, 0 deletions
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 = ! $@;