This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23f9d84
)
loc_tools.pl: use 'warnings'
author
Karl Williamson
<khw@cpan.org>
Thu, 29 Oct 2020 22:09:15 +0000
(16:09 -0600)
committer
Karl Williamson
<khw@cpan.org>
Fri, 30 Oct 2020 15:27:01 +0000
(09:27 -0600)
t/loc_tools.pl
patch
|
blob
|
blame
|
history
diff --git
a/t/loc_tools.pl
b/t/loc_tools.pl
index
f4b9977
..
57e4b2a
100644
(file)
--- 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 = ! $@;