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:
01b9105
)
PATCH: [perl #134117] Close DATA in loc_tools.pl
author
Richard Leach
<rich+perl@hyphen-dash-hyphen.info>
Sun, 19 May 2019 20:16:41 +0000
(20:16 +0000)
committer
Karl Williamson
<khw@cpan.org>
Fri, 24 May 2019 23:09:30 +0000
(17:09 -0600)
This prevents unexpected text in lib/warnings.t
t/loc_tools.pl
patch
|
blob
|
blame
|
history
diff --git
a/t/loc_tools.pl
b/t/loc_tools.pl
index
c76e293
..
beebd98
100644
(file)
--- a/
t/loc_tools.pl
+++ b/
t/loc_tools.pl
@@
-421,7
+421,7
@@
sub find_locales ($;$) {
}
# The rest of the locales are in this file.
- push @Data, <DATA>;
+ push @Data, <DATA>;
close DATA;
foreach my $line (@Data) {
my ($locale_name, $language_codes, $country_codes, $encodings) =