5.12.0 test failures in lib/blib.t and lib/locale.t: Darwin/PPC
James E Keenan [Sun, 25 Apr 2010 14:27:35 +0000 (16:27 +0200)]
lib/locale.t

index 64d71c3..d84c6c4 100644 (file)
@@ -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;