Change 28575 by [EMAIL PROTECTED] on 2006/07/14 18:18:18
overload.t has same locale problem with VMS that it has with dec_osf
Affected files ...
... //depot/perl/t/uni/overload.t#12 edit
Differences ...
==== //depot/perl/t/uni/overload.t#12 (text) ====
Index: perl/t/uni/overload.t
--- perl/t/uni/overload.t#11~28187~ 2006-05-13 04:26:04.000000000 -0700
+++ perl/t/uni/overload.t 2006-07-14 11:18:18.000000000 -0700
@@ -101,7 +101,7 @@
skip "No setlocale", 24;
} elsif (!setlocale(&POSIX::LC_ALL, "en_GB.ISO8859-1")) {
skip "Could not setlocale to en_GB.ISO8859-1", 24;
- } elsif ($^O eq 'dec_osf') {
+ } elsif ($^O eq 'dec_osf' || $^O eq 'VMS') {
skip "$^O has broken en_GB.ISO8859-1 locale", 24;
} else {
use locale;
End of Patch.