From: James E Keenan Date: Sun, 25 Apr 2010 14:27:35 +0000 (+0200) Subject: 5.12.0 test failures in lib/blib.t and lib/locale.t: Darwin/PPC X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a5ec937f8880d8e532d7ae121ac2dc6fc3e5fa9a;p=p5sagit%2Fp5-mst-13.2.git 5.12.0 test failures in lib/blib.t and lib/locale.t: Darwin/PPC --- diff --git a/lib/locale.t b/lib/locale.t index 64d71c3..d84c6c4 100644 --- a/lib/locale.t +++ b/lib/locale.t @@ -459,11 +459,11 @@ if ($^O eq 'darwin') { (my $v) = $Config{osvers} =~ /^(\d+)/; if ($v >= 8 and $v < 10) { debug "# Skipping eu_ES, be_BY locales -- buggy in Darwin\n"; - @Locale = grep ! m/^(eu_ES|be_BY\.CP1131)$/, @Locale; + @Locale = grep ! m/^(eu_ES(?:\..*)?|be_BY\.CP1131)$/, @Locale; } elsif ($v < 11) { debug "# Skipping be_BY locales -- buggy in Darwin\n"; @Locale = grep ! m/^be_BY\.CP1131$/, @Locale; - } + } } @Locale = sort @Locale;