From: Peter Prymmer Date: Tue, 23 Apr 2002 17:14:32 +0000 (-0400) Subject: fix lib/locale.t for VMS with many installed locales X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=887ef7ed525c34ffc3e744dad908d47e4dcb4c10;p=p5sagit%2Fp5-mst-13.2.git fix lib/locale.t for VMS with many installed locales Message-ID: p4raw-id: //depot/perl@16118 --- diff --git a/lib/locale.t b/lib/locale.t index bcbce9e..679aaf0 100644 --- 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;