In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/158ba8927e4a5389414871fefc9fe63835a11682?hp=cd78e84f5db4f47c7267c4300aa8ea157e1317a2>

- Log -----------------------------------------------------------------
commit 158ba8927e4a5389414871fefc9fe63835a11682
Author: Karl Williamson <[email protected]>
Date:   Sat Mar 5 15:01:04 2011 -0700

    charset.t: Don't test locale if not working.
    
    Commit 09fcee4e4050e683c4608bbadac4c255a63c8ea5 didn't finish the
    job.
-----------------------------------------------------------------------

Summary of changes:
 t/re/charset.t |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/t/re/charset.t b/t/re/charset.t
index be4c4d0..dfc7bc0 100644
--- a/t/re/charset.t
+++ b/t/re/charset.t
@@ -42,7 +42,7 @@ if (! is_miniperl()) {
 }
 
 # For each possible character set...
-foreach my $charset ("a", "d", "l", "u") {
+foreach my $charset (@charsets) {
 
     # And in utf8 or not
     foreach my $upgrade ("", 'utf8::upgrade($a); ') {

--
Perl5 Master Repository

Reply via email to