projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
75550b4
)
fix lib/locale.t for VMS with many installed locales
Peter Prymmer [Tue, 23 Apr 2002 17:14:32 +0000 (13:14 -0400)]
Message-ID: <O
F099100A8
.2627549C-ON85256BA4.007443F3@55.25.11>
p4raw-id: //depot/perl@16118
lib/locale.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/locale.t
b/lib/locale.t
index
bcbce9e
..
679aaf0
100644
(file)
--- a/
lib/locale.t
+++ b/
lib/locale.t
@@
-432,7
+432,10
@@
setlocale(LC_ALL, "C");
@Locale = sort @Locale;
-debug "# Locales = @Locale\n";
+debug "# Locales =\n";
+for ( @Locale ) {
+ debug "# $_\n";
+}
my %Problem;
my %Okay;